+1 I had the same change now for some weeks in the queue, however didn't yet manage to put it on the list. Thanks!
> > This will highligh stuff like: > > require => My::Definition[...] > > or: > > realize User["luke"] > > Signed-off-by: Marc Fournier <marc.fourn...@camptocamp.com> > --- > ext/vim/syntax/puppet.vim | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/ext/vim/syntax/puppet.vim b/ext/vim/syntax/puppet.vim > index d7f006c..4db2bcc 100644 > --- a/ext/vim/syntax/puppet.vim > +++ b/ext/vim/syntax/puppet.vim > @@ -27,6 +27,7 @@ syn match puppetArgument '"[^"]+"' contained > syn match puppetDefName "\w\+" contained > > syn match puppetInstance "\w\+\(::\w\+\)*\s*{" > contains=puppetTypeBrace,puppetTypeName,puppetTypeDefault > +syn match puppetInstance "[A-Z]\w\+\(::[A-Z]\w\+\)*\[" > contains=puppetTypeName,puppetTypeDefault > syn match puppetTypeBrace "{" contained > syn match puppetTypeName "[a-z]\w*" contained > syn match puppetTypeDefault "[A-Z]\w*" contained > -- > 1.6.3.1 > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---