mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add REM support
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*::#region",
|
||||
"end": "^\\s*::#endregion"
|
||||
"start": "^\\s*(::|REM)\\s*#region",
|
||||
"end": "^\\s*(::|REM)\\s*#endregion"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user