Skip to content

Commit 38682c0

Browse files
authored
Merge pull request #2 from OliverJAsh/patch-1
Correct `lineComment` character
2 parents e2c5e65 + 03339ac commit 38682c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

language-configuration.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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": "//",
5-
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
6-
"blockComment": [ "/*", "*/" ]
4+
"lineComment": "#"
75
},
86
// symbols used as brackets
97
"brackets": [
@@ -27,4 +25,4 @@
2725
["\"", "\""],
2826
["'", "'"]
2927
]
30-
}
28+
}

0 commit comments

Comments
 (0)