mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
[bat] Make #region folding markers case-insensitive for REM (#317784)
* Initial plan * [bat] Make folding markers case-insensitive for REM Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*(::|REM|@REM)\\s*#region",
|
||||
"end": "^\\s*(::|REM|@REM)\\s*#endregion"
|
||||
"start": "^\\s*(::|@?[Rr][Ee][Mm])\\s*#region",
|
||||
"end": "^\\s*(::|@?[Rr][Ee][Mm])\\s*#endregion"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user