Skip to content

Commit 03339ac

Browse files
authored
Update language-configuration.json
Git-config does not support block comments
1 parent fff8efa commit 03339ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

language-configuration.json

Lines changed: 1 addition & 3 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": [

0 commit comments

Comments
 (0)