packages: vim-syntax-vcl/vcl.vim - highlight varnish 3.x beresp objects pa...

glen glen at pld-linux.org
Sun Jan 15 18:53:24 CET 2012


Author: glen                         Date: Sun Jan 15 17:53:24 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- highlight varnish 3.x beresp objects
patch by Ben Beuchler <insyte#clockwork.net>

---- Files affected:
packages/vim-syntax-vcl:
   vcl.vim (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/vim-syntax-vcl/vcl.vim
diff -u packages/vim-syntax-vcl/vcl.vim:1.7 packages/vim-syntax-vcl/vcl.vim:1.8
--- packages/vim-syntax-vcl/vcl.vim:1.7	Tue Apr  6 10:24:28 2010
+++ packages/vim-syntax-vcl/vcl.vim	Sun Jan 15 18:53:19 2012
@@ -62,6 +62,8 @@
 syn match  vclOption   /bereq\.\(request\|url\|proto\|connect_timeout\|first_byte_timeout\|between_bytes_timeout\)/
 " obj
 syn match  vclOption   /obj\.\(proto\|status\|response\|cacheable\|ttl\|lastuse\|hits\|hash\|grace\|prefetch\)/
+" beresp
+syn match  vclOption   /beresp\.\(do_stream\|do_esi\|do_gzip\|do_gunzip\|proto\|status\|response\|ttl\)/
 " resp
 syn match  vclOption   /resp\.\(proto\|status\|response\)/
 " common: http.HEADERNAME
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-vcl/vcl.vim?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list