Signed-off-by: Todd Zullinger <t...@pobox.com>
---
 ext/vim/syntax/puppet.vim |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/vim/syntax/puppet.vim b/ext/vim/syntax/puppet.vim
index 6659d7c..1c87938 100644
--- a/ext/vim/syntax/puppet.vim
+++ b/ext/vim/syntax/puppet.vim
@@ -31,8 +31,8 @@ syn match   puppetTypeBrace     "{" contained
 syn match   puppetTypeName      "[a-z]\w*" contained
 syn match   puppetTypeDefault   "[A-Z]\w*" contained
 
-syn match   puppetParam         "\w\+\s*=>" 
contains=puppetTypeRArrow,puppetParamName
-syn match   puppetParamRArrow   "=>" contained
+syn match   puppetParam         "\w\+\s*[=+]>" 
contains=puppetTypeRArrow,puppetParamName
+syn match   puppetParamRArrow   "[=+]>" contained
 syn match   puppetParamName     "\w\+" contained
 syn match   puppetVariable      "$\w\+"
 syn match   puppetVariable      "${\w\+}"
-- 
1.6.3.1

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Experience is the worst teacher: it gives the test before presenting
the lesson.
    -- Vernon Law


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to