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

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