Skip to content

Commit e710e94

Browse files
committed
[UPDATE] the comment options in the comment dictionnary
1 parent 36505d6 commit e710e94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vscode/asperheader/assets/formatingRules/languages.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"stylus"
5757
],
5858
"prompt_comment_opening_type": false,
59-
"singleline": [
59+
"singleLine": [
6060
"//"
6161
],
62-
"multiline": [
62+
"multiLine": [
6363
"/*",
6464
"*",
6565
"*/"
@@ -1296,7 +1296,7 @@
12961296
],
12971297
"prompt_comment_opening_type": false,
12981298
"singleLine": [
1299-
"REM",
1299+
"@REM",
13001300
"::"
13011301
],
13021302
"multiLine": [],
@@ -2062,7 +2062,7 @@
20622062
"prompt_comment_opening_type": false,
20632063
"singleLine": [
20642064
"'",
2065-
"REM"
2065+
"@REM"
20662066
],
20672067
"multiLine": [],
20682068
"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.",
@@ -2094,7 +2094,7 @@
20942094
"prompt_comment_opening_type": false,
20952095
"singleLine": [
20962096
"'",
2097-
"REM",
2097+
"@REM",
20982098
"//"
20992099
],
21002100
"multiLine": [
@@ -2170,7 +2170,7 @@
21702170
],
21712171
"singleLine": [
21722172
"'",
2173-
"REM"
2173+
"@REM"
21742174
],
21752175
"multiLine": [],
21762176
"fileExtensions": {

0 commit comments

Comments
 (0)