You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode/asperheader/assets/formatingRules/languages.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@
56
56
"stylus"
57
57
],
58
58
"prompt_comment_opening_type": false,
59
-
"singleline": [
59
+
"singleLine": [
60
60
"//"
61
61
],
62
-
"multiline": [
62
+
"multiLine": [
63
63
"/*",
64
64
"*",
65
65
"*/"
@@ -1296,7 +1296,7 @@
1296
1296
],
1297
1297
"prompt_comment_opening_type": false,
1298
1298
"singleLine": [
1299
-
"REM",
1299
+
"@REM",
1300
1300
"::"
1301
1301
],
1302
1302
"multiLine": [],
@@ -2062,7 +2062,7 @@
2062
2062
"prompt_comment_opening_type": false,
2063
2063
"singleLine": [
2064
2064
"'",
2065
-
"REM"
2065
+
"@REM"
2066
2066
],
2067
2067
"multiLine": [],
2068
2068
"quirks": "VBA uses the same comment syntax as classic Visual Basic (apostrophe or REM). VBA typically lives inside Office documents; exported modules commonly use .bas/.cls/.frm.",
0 commit comments