Skip to content

Commit b8721cb

Browse files
authored
Add REM support
1 parent 6022975 commit b8721cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/bat/language-configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"folding": {
2323
"markers": {
24-
"start": "^\\s*::#region",
25-
"end": "^\\s*::#endregion"
24+
"start": "^\\s*(::|REM)\\s*#region",
25+
"end": "^\\s*(::|REM)\\s*#endregion"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)