We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f61fa1 commit b8952f3Copy full SHA for b8952f3
language-configuration.json
@@ -1,7 +1,7 @@
1
{
2
"comments": {
3
// symbol used for single line comment. Remove this entry if your language does not support line comments
4
- "lineComment": "//",
+ "lineComment": "\\",
5
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
6
"blockComment": [ "/*", "*/" ]
7
},
@@ -27,4 +27,4 @@
27
["\"", "\""],
28
["'", "'"]
29
]
30
-}
+}
0 commit comments