Skip to content

Commit baf25a6

Browse files
committed
(GH-289) Fix block comment declaration
This commit fixes the declaration for block comments by setting it to an array.
1 parent d15a251 commit baf25a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages/puppet-language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// symbol used for single line comment. Remove this entry if your language does not support line comments
44
"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)