mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 21:51:43 -05:00
Folding regions broken
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
"folding": {
|
||||
"offSide": true,
|
||||
"markers": {
|
||||
"start": "^\\s*#region\b",
|
||||
"end": "^\\s*#endregion\b"
|
||||
"start": "^\\s*#region\\b",
|
||||
"end": "^\\s*#endregion\\b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user