[folding] add folding marker to API and schema

This commit is contained in:
Martin Aeschlimann
2017-09-25 22:25:45 +02:00
parent 5ae1dc4496
commit 777fddd4f7
8 changed files with 77 additions and 33 deletions

View File

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