Skip to content

Commit

Permalink
Added folding option for *- comments
Browse files Browse the repository at this point in the history
  • Loading branch information
manjavacas committed Oct 20, 2023
1 parent 742cc9b commit 13e63f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"[melcor]": {
"editor.foldingStrategy": "auto",
"editor.foldingRules": {
"block": {
"block1": {
"open": "^\\s*\\*{7,}\\s*$",
"close": "^\\s*\\*{7,}\\s*$"
},
"block2": {
"open": "^\\s*\\*{7,}\\s*$|^\\s*\\*{7,}-+\\s*$",
"close": "^\\s*\\*{7,}\\s*$"
}
}
}
Expand Down

0 comments on commit 13e63f9

Please sign in to comment.