Skip to content

Commit

Permalink
fix: folding marker comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl authored and jnoortheen committed Dec 10, 2021
1 parent f79b542 commit bab9fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
],
"folding": {
"markers": {
"start": "^\\s*//\\s*#?region\\b",
"end": "^\\s*//\\s*#?endregion\\b"
"start": "^\\s*#\\s*#?region\\b",
"end": "^\\s*#\\s*#?endregion\\b"
}
}
}

0 comments on commit bab9fdf

Please sign in to comment.