diff options
author | Marc Fournier <marc.fournier@camptocamp.com> | 2010-07-16 07:36:45 +0200 |
---|---|---|
committer | Markus Roberts <Markus@reality.com> | 2010-07-25 22:24:40 -0700 |
commit | c047c8d38f5fbb8159a357f64d6c444d66407423 (patch) | |
tree | 8bb5f3ee3ee096a578dbed2fd2e29e7396648e46 /ext/vim/syntax | |
parent | 9569136329f87eeb102e589a3d5e9c26d8632aad (diff) | |
download | puppet-c047c8d38f5fbb8159a357f64d6c444d66407423.tar.gz puppet-c047c8d38f5fbb8159a357f64d6c444d66407423.tar.xz puppet-c047c8d38f5fbb8159a357f64d6c444d66407423.zip |
vim: added elsif
Diffstat (limited to 'ext/vim/syntax')
-rw-r--r-- | ext/vim/syntax/puppet.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vim/syntax/puppet.vim b/ext/vim/syntax/puppet.vim index 80cd91c6c..81efa92ba 100644 --- a/ext/vim/syntax/puppet.vim +++ b/ext/vim/syntax/puppet.vim @@ -68,7 +68,7 @@ syn match puppetNotVariable "\\$\w\+" contained syn match puppetNotVariable "\\${\w\+}" contained syn keyword puppetKeyword import inherits include -syn keyword puppetControl case default if else +syn keyword puppetControl case default if else elsif syn keyword puppetSpecial true false undef " comments last overriding everything else |