Skip to content

Commit

Permalink
Add folding markers, closes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
mborik committed May 3, 2023
1 parent e518b18 commit 2e2a786
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion language.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@
["[", "]"],
["\"", "\""],
["'", "'"]
]
],
// symbols that are considered as folding regions
"folding": {
"markers": {
"start": "^\\s*;+\\s*#?region\\b",
"end": "^\\s*;+\\s*#?endregion\\b"
}
}
}

0 comments on commit 2e2a786

Please sign in to comment.