diff options
| -rw-r--r-- | editors/vscode/language-configuration.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/vscode/language-configuration.json b/editors/vscode/language-configuration.json index c0c2a06..489ef65 100644 --- a/editors/vscode/language-configuration.json +++ b/editors/vscode/language-configuration.json @@ -28,5 +28,10 @@ "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$|^\\s*case.*:$", "decreaseIndentPattern": "^\\s*(\\s*\\/[*].*[*]\\/\\s*)*[})]" }, - + "folding": { + "markers": { + "start": "^\\s*//\\s*?region\\b", + "end": "^\\s*//\\s*?endregion\\b" + } + } }
\ No newline at end of file |