We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2c5e65 + 03339ac commit 38682c0Copy full SHA for 38682c0
language-configuration.json
@@ -1,9 +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": "//",
5
- // symbols used for start and end a block comment. Remove this entry if your language does not support block comments
6
- "blockComment": [ "/*", "*/" ]
+ "lineComment": "#"
7
},
8
// symbols used as brackets
9
"brackets": [
@@ -27,4 +25,4 @@
27
25
["\"", "\""],
28
26
["'", "'"]
29
]
30
-}
+}
0 commit comments