mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
commit
0398d89a37
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
["\"", "\""],
|
["\"", "\""],
|
||||||
["'", "'"]
|
["'", "'"],
|
||||||
|
{ "open": "/**", "close": " */", "notIn": ["string"] }
|
||||||
],
|
],
|
||||||
"surroundingPairs": [
|
"surroundingPairs": [
|
||||||
["{", "}"],
|
["{", "}"],
|
||||||
|
|
Loading…
Reference in a new issue