Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glensc/vim-syntax-lighttpd

vim lighttpd syntax
https://github.com/glensc/vim-syntax-lighttpd

Last synced: about 2 months ago
JSON representation

vim lighttpd syntax

Awesome Lists containing this project

README

        

vim lighttpd syntax
===================

This vim bundle adds syntax highlighting for [lighttpd](https://www.lighttpd.net/) configuration files.

always recent version can be grabbed from:
https://github.com/glensc/vim-syntax-lighttpd/

## Installing and Using ##

- Install and configure [pathogen](https://github.com/tpope/vim-pathogen)

- Make a clone of the `vim-syntax-lighttpd` repository:
```
$ mkdir -p ~/.vim/bundle
$ cd ~/.vim/bundle
$ git clone https://github.com/glensc/vim-syntax-lighttpd.git
```

- OR use git submodules:
```
$ git submodule add https://github.com/glensc/vim-syntax-lighttpd.git bundle/vim-syntax-lighttpd
$ git submodule init
```

That's it. Pathogen should handle the rest. Opening a file that matches `/etc/lighttpd/**.conf`,`/usr/local/etc/lighttpd/**.conf` or `lighttpd*.conf` will load everything.

## Credits ##

- Author [Elan Ruusamäe](https://github.com/glensc)
- README.md derived from [vim-less](https://github.com/groenewege/vim-less) by [Jase Thew](https://github.com/jaset)

## License ##

Same as Vim License: https://www.vim.org/about.php