+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 highlight the whole string "one::two::three" instead of just the
> last one ("three").
>
> Signed-off-by: Marc Fournier <marc.fourn...@camptocamp.com>
> ---
>  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 c835140..d7f006c 100644
> --- a/ext/vim/syntax/puppet.vim
> +++ b/ext/vim/syntax/puppet.vim
> @@ -26,7 +26,7 @@ syn match   puppetArgument      "'[^']+'" contained
>  syn match   puppetArgument      '"[^"]+"' contained
>  syn match   puppetDefName       "w+" contained
>
> -syn match   puppetInstance      "w+s*{"  
> contains=puppetTypeBrace,puppetTypeName,puppetTypeDefault
> +syn match   puppetInstance      "w+(::w+)*s*{"  
> contains=puppetTypeBrace,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
-~----------~----~----~----~------~----~------~--~---

Reply via email to