summaryrefslogtreecommitdiffstats
path: root/syntax/puppet.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2021-07-28 17:54:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2021-07-28 17:54:35 +0200
commitce31cd1d2f4e8eee9fd91325e4599f15cb9566fd (patch)
tree2306b79bdae6846233214734753be86ca6a13d7f /syntax/puppet.vim
parent554a6ac7575f87b5b85d1b2bf60e7071c4164cbc (diff)
downloadvim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.tar.gz
vim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.zip
Update
Diffstat (limited to 'syntax/puppet.vim')
-rw-r--r--syntax/puppet.vim4
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'