[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90
Markus Roberts
Markus at reality.com
Mon Aug 16 12:48:25 UTC 2010
The following commit has been merged in the upstream branch:
commit ac3a0d2d6c10f4a1616865d2c2e69b68a4bbcb3e
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Jul 16 08:22:30 2010 +0200
vim: highlight default parameters in definition/classes
diff --git a/ext/vim/syntax/puppet.vim b/ext/vim/syntax/puppet.vim
index b24cbf6..0025e2d 100644
--- a/ext/vim/syntax/puppet.vim
+++ b/ext/vim/syntax/puppet.vim
@@ -19,7 +19,7 @@ endif
" match class/definition/node declarations
syn region puppetDefine start="^\s*\(class\|define\|node\)\s" end="{" contains=puppetDefType,puppetDefName,puppetDefArguments,puppetNodeRe
syn keyword puppetDefType class define node inherits contained
-syn region puppetDefArguments start="(" end=")" contained contains=puppetArgument
+syn region puppetDefArguments start="(" end=")" contained contains=puppetArgument,puppetString
syn match puppetArgument "\w\+" contained
syn match puppetArgument "\$\w\+" contained
syn match puppetArgument "'[^']+'" contained
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list