We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23177e8 commit c255e91Copy full SHA for c255e91
1 file changed
extensions/bat/language-configuration.json
@@ -1,6 +1,6 @@
1
{
2
"comments": {
3
- "lineComment": "REM"
+ "lineComment": "@REM"
4
},
5
"brackets": [
6
["{", "}"],
@@ -22,8 +22,8 @@
22
],
23
"folding": {
24
"markers": {
25
- "start": "^\\s*(::\\s*|REM\\s+)#region",
26
- "end": "^\\s*(::\\s*|REM\\s+)#endregion"
+ "start": "^\\s*(::|REM|@REM)\\s*#region",
+ "end": "^\\s*(::|REM|@REM)\\s*#endregion"
27
}
28
29
0 commit comments