packages: vim-syntax-vcl/vcl.vim - more keywords

glen glen at pld-linux.org
Tue Apr 6 10:24:33 CEST 2010


Author: glen                         Date: Tue Apr  6 08:24:33 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more keywords

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

---- Diffs:

================================================================
Index: packages/vim-syntax-vcl/vcl.vim
diff -u packages/vim-syntax-vcl/vcl.vim:1.6 packages/vim-syntax-vcl/vcl.vim:1.7
--- packages/vim-syntax-vcl/vcl.vim:1.6	Mon Apr  5 17:35:40 2010
+++ packages/vim-syntax-vcl/vcl.vim	Tue Apr  6 10:24:28 2010
@@ -33,7 +33,7 @@
 "
 syn keyword vclOperator     set call return error esi synthetic include remove unset
 " return modes
-syn keyword vclModes        deliver pipe pass hash lookup discard fetch
+syn keyword vclModes        deliver pipe pass hash lookup discard fetch restart
 
 " C strings
 syn region vclString start=+L\="+ skip=+\\\\\|\\"+ end=+"+ contains=vclSpecial
@@ -57,7 +57,7 @@
 " server
 syn match  vclOption   /server\.\(ip\|port\)/
 " req
-syn match  vclOption   /req\.\(hash\|request\|url\|proto\|backend\.healthy\|backend\|grace\|xid\)/
+syn match  vclOption   /req\.\(hash\|request\|url\|proto\|backend\.healthy\|backend\|grace\|xid\|restarts\)/
 " 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.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list