add rust region comments

This commit is contained in:
Daniel McNab 2018-08-23 09:43:49 +01:00
parent 6fa9cb737b
commit 44473c7448

View file

@ -20,5 +20,11 @@
["(", ")"],
["\"", "\""],
["'", "'"]
]
],
"folding": {
"markers": {
"start": "^\\s//region",
"end": "^\\s//endregion"
}
}
}