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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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