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.
1 parent d15a251 commit baf25a6Copy full SHA for baf25a6
languages/puppet-language-configuration.json
@@ -3,7 +3,7 @@
3
// 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": "#"
+ "blockComment": ["#"]
7
},
8
// symbols used as brackets
9
"brackets": [
0 commit comments