Updated support for #if and #endif

This commit is contained in:
Blip blop
2022-09-03 22:26:50 +05:30
committed by GitHub
parent 4f69cdf95a
commit 13a51cea1d

View File

@@ -6,7 +6,8 @@
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
["(", ")"],
["#if","#endif"],
],
"autoClosingPairs": [
{ "open": "[", "close": "]" },