mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
[folding] add work boundries to folding markers
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*//\\s*#?region",
|
||||
"end": "^\\s*//\\s*#?endregion"
|
||||
"start": "^\\s*//\\s*#?region\b",
|
||||
"end": "^\\s*//\\s*#?endregion\b"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user