+1

On May 29, 2009, at 7:03 PM, Todd Zullinger wrote:

>
> Signed-off-by: Todd Zullinger <t...@pobox.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 4c85012..6659d7c 100644
> --- a/ext/vim/syntax/puppet.vim
> +++ b/ext/vim/syntax/puppet.vim
> @@ -41,6 +41,7 @@ syn match   puppetParen         ")"
> syn match   puppetBrace         "{"
> syn match   puppetBrace         "}"
>
> +syn region  puppetString        start=+'+ skip=+\\\\\|\\'+ end=+'+
> syn region  puppetString        start=+"+ skip=+\\\\\|\\"+ end=+"+  
> contains=puppetVariable
>
> syn keyword puppetBoolean       true false
> -- 
> 1.6.3.1
>
> -- 
> Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> There are no stupid questions, but there are a LOT of inquisitive
> idiots.
>    -- Demotivators (www.despair.com)
>
>
> >


-- 
To succeed in the world it is not enough to be stupid, you must also
be well-mannered. -- Voltaire
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com


--~--~---------~--~----~------------~-------~--~----~
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