Folding regions broken

This commit is contained in:
Martin Aeschlimann
2017-10-12 16:55:08 +02:00
parent c65fde819e
commit cf70385df5
8 changed files with 16 additions and 16 deletions

View File

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