This commit is contained in:
Adam Stankiewicz
2021-07-28 17:54:35 +02:00
parent 554a6ac757
commit ce31cd1d2f
16 changed files with 209 additions and 87 deletions

View File

@@ -10,7 +10,7 @@ endif
" and heredoc was copied from ruby and then modified to comply with Puppet syntax.
" Prelude {{{1
if exists("b:current_syntax")
if exists('b:current_syntax')
finish
endif
@@ -437,4 +437,4 @@ HiLink puppetComment Comment
delcommand HiLink
let b:current_syntax = "puppet"
let b:current_syntax = 'puppet'