mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Enable auto-close of multi-line comments in cpp (#160357)
This commit is contained in:
committed by
GitHub
parent
4caf63f62e
commit
33787082be
@@ -14,6 +14,7 @@
|
||||
{ "open": "(", "close": ")" },
|
||||
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
||||
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
||||
{ "open": "/*", "close": "*/", "notIn": ["string", "comment"] },
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["{", "}"],
|
||||
|
||||
Reference in New Issue
Block a user