mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Folding regions broken
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*#Region\b",
|
||||
"end": "^\\s*#End Region\b"
|
||||
"start": "^\\s*#Region\\b",
|
||||
"end": "^\\s*#End Region\\b"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user