Skip to content

Commit 708a5da

Browse files
committed
update comments to # vs /
1 parent 9b32e83 commit 708a5da

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)