diff --git a/language-configuration.json b/language-configuration.json index a1e5fd7..ccb45b1 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -27,4 +27,10 @@ "increaseIndentPattern": "(^\\s*(\\b([Cc]lass|[Ee]lse([Ii]f)?|[Ff]or|[Ss]elect|[Cc]ase)\\b|\\b([Ii]f)\\b.*\\b([Tt]hen)\\s*$)|\\b([Pp]roperty|[Ss]ub|[Ff]unction))\\b.*$", "decreaseIndentPattern": "^\\s*([Ee]nd|[Ee]lse([Ii]f)?|[Cc]ase|[Nn]ext|[Ll]oop)\\b" } + "folding": { + "markers": { + "start": "'region", + "end": "'endregion" + } + } } \ No newline at end of file