Skip to content

Commit b55751f

Browse files
authored
Merge pull request #6 from fdncred/main
update comments to # vs /
2 parents aa3934c + 708a5da commit b55751f

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,9 +1,9 @@
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
6-
"blockComment": [ "/*", "*/" ]
6+
"blockComment": [ "#", "#" ]
77
},
88
// symbols used as brackets
99
"brackets": [

0 commit comments

Comments
 (0)