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

@@ -24,8 +24,8 @@
"folding": {
"offSide": true,
"markers": {
"start": "^\\s*//\\s*#region\b|^\\s*\\(\\*\\s*#region(.*)\\*\\)",
"end": "^\\s*//\\s*#endregion\b|^\\s*\\(\\*\\s*#endregion\\s*\\*\\)"
"start": "^\\s*//\\s*#region\\b|^\\s*\\(\\*\\s*#region(.*)\\*\\)",
"end": "^\\s*//\\s*#endregion\\b|^\\s*\\(\\*\\s*#endregion\\s*\\*\\)"
}
}
}