[packages/vim-syntax-vcl] add hash_data
glen
glen at pld-linux.org
Wed Nov 28 13:26:51 CET 2012
commit 3717382f68a19d3cad1409a011539e9b3b1e7d48
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Nov 28 14:26:36 2012 +0200
add hash_data
vcl.vim | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vcl.vim b/vcl.vim
index d7f8dfe..2cc7ff8 100644
--- a/vcl.vim
+++ b/vcl.vim
@@ -3,7 +3,7 @@
" Language: Varnish configuation Language, http://www.varnish-cache.org/wiki/VCL
" Maintainer: Elan Ruusamäe <glen at delfi.ee>
" URL: http://git.pld-linux.org/packages/vim-syntax-vcl/
-" Revision: 1.7
+" Revision: 1.8
" For version 5.x: Clear all syntax items
" For version 6.x: Quit when a syntax file was already loaded
@@ -31,7 +31,7 @@ endif
"syn match vclFunctionName "\h[[:alnum:]_:]*" contained
"syn match vclFunctionName "\h\w*[^:]" contained
"
-syn keyword vclOperator set call return error esi synthetic include remove unset
+syn keyword vclOperator set call return error esi synthetic include remove unset hash_data
" return modes
syn keyword vclModes deliver pipe pass hash lookup discard fetch restart
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim-syntax-vcl.git/commitdiff/3717382f68a19d3cad1409a011539e9b3b1e7d48
More information about the pld-cvs-commit
mailing list