fix rust region comments

This commit is contained in:
Daniel McNab
2018-08-23 09:51:47 +01:00
parent 44473c7448
commit c522c96317

View File

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