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.
1 parent fff8efa commit 03339acCopy full SHA for 03339ac
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": [
0 commit comments