packages: vim-syntax-vcl/vcl.vim - match req.backend.healthy before req.bac...
glen
glen at pld-linux.org
Mon Apr 5 17:28:57 CEST 2010
Author: glen Date: Mon Apr 5 15:28:57 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- match req.backend.healthy before req.backend
- add remove keyword
---- Files affected:
packages/vim-syntax-vcl:
vcl.vim (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/vim-syntax-vcl/vcl.vim
diff -u packages/vim-syntax-vcl/vcl.vim:1.4 packages/vim-syntax-vcl/vcl.vim:1.5
--- packages/vim-syntax-vcl/vcl.vim:1.4 Mon Apr 5 17:08:14 2010
+++ packages/vim-syntax-vcl/vcl.vim Mon Apr 5 17:28:52 2010
@@ -1,6 +1,6 @@
" Vim syntax file
" Filename: vcl.vim
-" Language: Varnish configuation Language, http://varnish-cache.org/wiki/VCL
+" Language: Varnish configuation Language, http://www.varnish-cache.org/wiki/VCL
" Maintainer: Elan Ruusamäe <glen at delfi.ee>
" Version Info: $Revision$
" Last Change: $Date$ UTC
@@ -31,7 +31,7 @@
"syn match vclFunctionName "\h[[:alnum:]_:]*" contained
"syn match vclFunctionName "\h\w*[^:]" contained
"
-syn keyword vclOperator set call return error esi synthetic include
+syn keyword vclOperator set call return error esi synthetic include remove
" return modes
syn keyword vclModes deliver pipe pass hash lookup discard fetch
@@ -57,7 +57,7 @@
" server
syn match vclOption /server\.\(ip\|port\)/
" req
-syn match vclOption /req\.\(hash\|request\|url\|proto\|backend\|backend\.healthy\|grace\|xid\)/
+syn match vclOption /req\.\(hash\|request\|url\|proto\|backend\.healthy\|backend\|grace\|xid\)/
" bereq.
syn match vclOption /bereq\.\(request\|url\|proto\|connect_timeout\|first_byte_timeout\|between_bytes_timeout\)/
" obj
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-vcl/vcl.vim?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list