Skip to content

Commit

Permalink
feat: add support for region comments
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Nov 3, 2023
1 parent 6c7d5b6 commit 540c870
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
["[", "]"],
["(", ")"]
],
"folding": {
"markers": {
"start": "^\\s*//\\s*#?region\\b",
"end": "^\\s*//\\s*#?endregion\\b"
}
},
"onEnterRules": [
{
// e.g. /** | */
Expand Down

0 comments on commit 540c870

Please sign in to comment.