diff --git a/syntaxes/language-configuration.json b/syntaxes/language-configuration.json index 5a26730..3b81179 100644 --- a/syntaxes/language-configuration.json +++ b/syntaxes/language-configuration.json @@ -21,5 +21,11 @@ ["(", ")"], ["\"", "\""], ["'", "'"] - ] -} \ No newline at end of file + ], + "folding": { + "markers": { + "start": "^\\s*--\\s*#?region\\b", + "end": "^\\s*--\\s*#?endregion\\b" + } + } +}