mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Updated support for #if and #endif
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
["(", ")"],
|
||||
["#if","#endif"],
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
{ "open": "[", "close": "]" },
|
||||
|
||||
Reference in New Issue
Block a user