diff --git a/language-configuration.json b/language-configuration.json index 80a3c9b..cc92a4a 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -4,5 +4,11 @@ }, "brackets": [], "autoClosingPairs": [], - "surroundingPairs": [] + "surroundingPairs": [], + "folding": { + "markers": { + "start": "^\\s*!#if\\s.+$", + "end": "^\\s*!#endif\\s*$" + } + } }