Skip to content

Commit c255e91

Browse files
committed
[bat] change comment token to @Rem. Fixes microsoft#105896
1 parent 23177e8 commit c255e91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/bat/language-configuration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"comments": {
3-
"lineComment": "REM"
3+
"lineComment": "@REM"
44
},
55
"brackets": [
66
["{", "}"],
@@ -22,8 +22,8 @@
2222
],
2323
"folding": {
2424
"markers": {
25-
"start": "^\\s*(::\\s*|REM\\s+)#region",
26-
"end": "^\\s*(::\\s*|REM\\s+)#endregion"
25+
"start": "^\\s*(::|REM|@REM)\\s*#region",
26+
"end": "^\\s*(::|REM|@REM)\\s*#endregion"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)