diff options
author | Luke Kanies <luke@madstop.com> | 2009-02-13 18:24:34 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2009-02-13 18:24:34 -0600 |
commit | 3fbec120768d84d208b14f574dfe916e25cfdbef (patch) | |
tree | 865d59f4ea9cf3782db46ce1ae7fd54b95945035 /ext/vim/syntax/puppet.vim | |
parent | a2270b4a4f093c6c4f171dcf0c0e05fe101dd979 (diff) | |
parent | 2561c8e252dcf66890513458750bb1329a03beec (diff) | |
download | puppet-3fbec120768d84d208b14f574dfe916e25cfdbef.tar.gz puppet-3fbec120768d84d208b14f574dfe916e25cfdbef.tar.xz puppet-3fbec120768d84d208b14f574dfe916e25cfdbef.zip |
Merge branch '0.24.x'
Conflicts:
lib/puppet/indirector/facts/facter.rb
lib/puppet/provider/augeas/augeas.rb
lib/puppet/util/filetype.rb
spec/unit/indirector/facts/facter.rb
spec/unit/provider/augeas/augeas.rb
test/util/filetype.rb
Diffstat (limited to 'ext/vim/syntax/puppet.vim')
-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 5a50f5ce0..e54d32aa8 100644 --- a/ext/vim/syntax/puppet.vim +++ b/ext/vim/syntax/puppet.vim @@ -16,7 +16,7 @@ elseif exists("b:current_syntax") finish endif -syn region puppetDefine start="^\s*\(class\|define\|site\|node\)" end="{" contains=puppetDefType,puppetDefName,puppetDefArguments +syn region puppetDefine start="^\s*\(class\|define\|node\)" end="{" contains=puppetDefType,puppetDefName,puppetDefArguments syn keyword puppetDefType class define site node inherits contained syn keyword puppetInherits inherits contained syn region puppetDefArguments start="(" end=")" contains=puppetArgument |