diff options
Diffstat (limited to 'syntax/puppet.vim')
-rw-r--r-- | syntax/puppet.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/puppet.vim b/syntax/puppet.vim index b246f753..470404e4 100644 --- a/syntax/puppet.vim +++ b/syntax/puppet.vim @@ -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' |