[folding] add work boundries to folding markers

This commit is contained in:
Martin Aeschlimann
2017-10-11 17:26:33 +02:00
parent 240b0cb4c9
commit 1fb361861f
8 changed files with 16 additions and 16 deletions

View File

@@ -27,8 +27,8 @@
],
"folding": {
"markers": {
"start": "^\\s*//\\s*#?region",
"end": "^\\s*//\\s*#?endregion"
"start": "^\\s*//\\s*#?region\b",
"end": "^\\s*//\\s*#?endregion\b"
}
}
}