Skip to content

Commit c874376

Browse files
committed
Merge pull request #10 from christopher-hopper/syntax_additions_elsif
Add syntax highlight for elsif keyword
2 parents 6c019a6 + a0d12d9 commit c874376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/Puppet.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
</dict>
192192
<dict>
193193
<key>match</key>
194-
<string>\b(case|if|unless|else)(?!::)</string>
194+
<string>\b(case|if|unless|else|elsif)(?!::)</string>
195195
<key>name</key>
196196
<string>keyword.control.puppet</string>
197197
</dict>

0 commit comments

Comments
 (0)