mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
[bat] add autoclosing & sourrounding pairs
This commit is contained in:
parent
d043747187
commit
9150500aee
1 changed files with 12 additions and 0 deletions
|
@ -6,5 +6,17 @@
|
|||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""]
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue