sponsor Vim development Vim logo Vim Book Ad

lighttpd syntax : syntax highlighting for lighttpd config files

 script karma  Rating 38/21, Downloaded by 1836  Comments, bugs, improvements  Vim wiki

created by
Elan Ruusamäe
 
script type
syntax
 
description
syntax highlighting for lighttpd config files.

lighttpd (lighty) is lightweight open-source web server: http://www.lighttpd.net/

always recent version can be grabbed from: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-lighttpd/lighttpd.vim
 
install details
- for local install
PREFIX=~/.vim

- for global install (requries root privileges)
PREFIX=/usr/share/vim/vimfiles

- and then run:
mkdir -p $PREFIX/{syntax,ftdetect}
cp lighttpd.vim $PREFIX/syntax/lighttpd.vim
cat > $PREFIX/ftdetect/lighttpd.vim <<-EOF
" lighttpd config
au BufNewFile,BufRead /etc/lighttpd/*.conf,lighttpd.conf set filetype=lighttpd
EOF
  
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
lighttpd.vim 1.16 2009-11-09 6.0 Elan Ruusamäe update with new keywords
lighttpd.vim 1.11 2009-04-01 6.0 Elan Ruusamäe Initial upload
ip used for rating: 3.12.71.34

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github