[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

@@ -25,8 +25,8 @@
"folding": {
"offSide": true,
"markers": {
"start": "^\\s*#region",
"end": "^\\s*#endregion"
"start": "^\\s*#region\b",
"end": "^\\s*#endregion\b"
}
}
}