lighttpd syntax : syntax highlighting for lighttpd config files
script karma |
Rating 38/21,
Downloaded by 2029 |
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
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.188.100.195
|