Skip to content

Commit fff8efa

Browse files
authored
Correct lineComment character
Fixes #1
1 parent e2c5e65 commit fff8efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language-configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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": "//",
4+
"lineComment": "#",
55
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
66
"blockComment": [ "/*", "*/" ]
77
},
@@ -27,4 +27,4 @@
2727
["\"", "\""],
2828
["'", "'"]
2929
]
30-
}
30+
}

0 commit comments

Comments
 (0)