Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glensc/vim-syntax-lighttpd
- Owner: glensc
- Created: 2014-03-22T15:47:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T09:35:49.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T11:38:17.226Z (3 months ago)
- Language: Vim script
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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