Skip to content

Commit b8952f3

Browse files
authored
Update language-configuration.json
"lineComment" is incorrect - should be "\\"
1 parent 5f61fa1 commit b8952f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language-configuration.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comments": {
33
// symbol used for single line comment. Remove this entry if your language does not support line comments
4-
"lineComment": "//",
4+
"lineComment": "\\",
55
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
66
"blockComment": [ "/*", "*/" ]
77
},
@@ -27,4 +27,4 @@
2727
["\"", "\""],
2828
["'", "'"]
2929
]
30-
}
30+
}

0 commit comments

Comments
 (0)