diff --git a/language.configuration.json b/language.configuration.json index ea62cae..1a253c8 100644 --- a/language.configuration.json +++ b/language.configuration.json @@ -23,5 +23,12 @@ ["[", "]"], ["\"", "\""], ["'", "'"] - ] + ], + // symbols that are considered as folding regions + "folding": { + "markers": { + "start": "^\\s*;+\\s*#?region\\b", + "end": "^\\s*;+\\s*#?endregion\\b" + } + } } \ No newline at end of file