Revert "Bracket support for #if and #endif in cpp"

This commit is contained in:
Henning Dieterichs
2022-09-23 13:59:23 +02:00
committed by GitHub
parent 4b3835a284
commit d7ad82454e

View File

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