summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2010-05-24 21:23:18 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitf65b9d40bb8974a952e9570992d348582df6e54a (patch)
tree37a5cb41d7b2fb5d3207c83b20948383a7d0e5c2
parenta8a4402c0d8bf4a98c74490fd130e499da3313cb (diff)
downloadvim-syntax-lighttpd-f65b9d40bb8974a952e9570992d348582df6e54a.zip
vim-syntax-lighttpd-f65b9d40bb8974a952e9570992d348582df6e54a.tar.gz
- recognize env. vars
Changed files: lighttpd.vim -> 1.17
-rw-r--r--lighttpd.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lighttpd.vim b/lighttpd.vim
index 3247dd1..17c3a00 100644
--- a/lighttpd.vim
+++ b/lighttpd.vim
@@ -39,6 +39,7 @@ syn match lighttpdSpecial /"\(dis\|en\)able"/
" module options
syn match lighttpdOption /var\.[A-Za-z][_A-Za-z0-9]*/
+syn match lighttpdOption /env\.[A-Za-z][_A-Za-z0-9]*/
syn keyword lighttpdOption
\ accesslog.filename
\ accesslog.format