We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa3934c + 708a5da commit b55751fCopy full SHA for b55751f
language-configuration.json
@@ -1,9 +1,9 @@
1
{
2
"comments": {
3
// symbol used for single line comment. Remove this entry if your language does not support line comments
4
- "lineComment": "//",
+ "lineComment": "#",
5
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
6
- "blockComment": [ "/*", "*/" ]
+ "blockComment": [ "#", "#" ]
7
},
8
// symbols used as brackets
9
"brackets": [
0 commit comments