Skip to content

Commit 0591ce5

Browse files
authored
Merge pull request #170 from glennsarti/fix-gh-169
(GH-169) Fix colourisation of comments in class params
2 parents d80c887 + 0db9678 commit 0591ce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/syntaxes/puppet.tmLanguage

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<key>include</key>
6969
<string>#numbers</string>
7070
</dict>
71+
<dict>
72+
<key>include</key>
73+
<string>#line_comment</string>
74+
</dict>
7175
<dict>
7276
<key>begin</key>
7377
<string>\b(inherits)\b\s+</string>

0 commit comments

Comments
 (0)