packages: vim-syntax-vcl/vcl.vim - merge changes from https://github.com/si...
glen
glen at pld-linux.org
Sun Jan 15 19:06:06 CET 2012
Author: glen Date: Sun Jan 15 18:06:06 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- merge changes from https://github.com/sime/dotfiles/blob/3d514c36cb6355d9ba87eaa83e83b69bd505be7d/macbook/.vim/syntax/vcl.vim
---- Files affected:
packages/vim-syntax-vcl:
vcl.vim (1.9 -> 1.10)
---- Diffs:
================================================================
Index: packages/vim-syntax-vcl/vcl.vim
diff -u packages/vim-syntax-vcl/vcl.vim:1.9 packages/vim-syntax-vcl/vcl.vim:1.10
--- packages/vim-syntax-vcl/vcl.vim:1.9 Sun Jan 15 18:57:03 2012
+++ packages/vim-syntax-vcl/vcl.vim Sun Jan 15 19:06:01 2012
@@ -54,21 +54,21 @@
syn match vclNumberTime display contained "\d\+[dhsm]"
" client
-syn match vclOption /client\.ip/
+syn match vclOption /client\.\(ip\|identity\)/
" server
syn match vclOption /server\.\(ip\|port\)/
" req
syn match vclOption /req\.\(hash\|request\|url\|proto\|backend\.healthy\|backend\|grace\|xid\|restarts\)/
-" bereq.
+" bereq
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\)/
+syn match vclOption /beresp\.\(proto\|status\|response\|cacheable\|ttl\|lastuse\|hits\|hash\|grace\|prefetch\|saintmode\)/
" resp
syn match vclOption /resp\.\(proto\|status\|response\)/
" common: http.HEADERNAME
-syn match vclOption /\(req\|bereq\|resp\|obj\)\.http\.[A-Za-z][-_A-Za-z0-9]*/
+syn match vclOption /\(req\|bereq\|resp\|beresp\|obj\)\.http\.[A-Za-z][-_A-Za-z0-9]*/
" Highlight the C block
syn include @vclC syntax/c.vim
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-vcl/vcl.vim?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list