mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fix rust region comments
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s//region",
|
||||
"end": "^\\s//endregion"
|
||||
"start": "^\\s*// region",
|
||||
"end": "^\\s*// endregion"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user