SOURCES: lighttpd.vim - allow underscore in variable names: var.foo_bar

glen glen at pld-linux.org
Wed Apr 1 16:06:23 CEST 2009


Author: glen                         Date: Wed Apr  1 14:06:23 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow underscore in variable names: var.foo_bar

---- Files affected:
SOURCES:
   lighttpd.vim (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd.vim
diff -u SOURCES/lighttpd.vim:1.10 SOURCES/lighttpd.vim:1.11
--- SOURCES/lighttpd.vim:1.10	Fri Feb  6 03:40:09 2009
+++ SOURCES/lighttpd.vim	Wed Apr  1 16:06:18 2009
@@ -38,7 +38,7 @@
 syn match   lighttpdSpecial   /"\(dis\|en\)able"/
 
 " module options
-syn match   lighttpdOption   /var\.[A-Za-z][A-Za-z0-9]*/
+syn match   lighttpdOption   /var\.[A-Za-z][_A-Za-z0-9]*/
 syn keyword lighttpdOption
 	\ accesslog.filename
 	\ accesslog.format
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd.vim?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list