We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb7a772 + 9dc625d commit 2f47af8Copy full SHA for 2f47af8
vscode/language-configuration.json
@@ -1,9 +1,9 @@
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": [ "/*", "*/" ]
+ //"blockComment": [ "/*", "*/" ]
7
},
8
// symbols used as brackets
9
"brackets": [
@@ -27,4 +27,4 @@
27
["\"", "\""],
28
["'", "'"]
29
]
30
-}
+}
0 commit comments