https://github.com/zimbatm/haproxy.vim
https://github.com/zimbatm/haproxy.vim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zimbatm/haproxy.vim
- Owner: zimbatm
- Created: 2015-10-07T10:11:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T14:51:29.000Z (over 10 years ago)
- Last Synced: 2024-10-27T09:04:04.899Z (over 1 year ago)
- Language: VimL
- Size: 117 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIM syntax for Haproxy
## Install
haproxy.vim follows the standard runtime path structure, so I highly recommend
to use a common and well known plugin manager to install it.
* [Pathogen](https://github.com/tpope/vim-pathogen)
* `git clone https://github.com/zimbatm/haproxy.vim.git ~/.vim/bundle/haproxy.vim`
* [vim-plug](https://github.com/junegunn/vim-plug)
* `Plug 'zimbatm/haproxy.vim'`
* [NeoBundle](https://github.com/Shougo/neobundle.vim)
* `NeoBundle 'zimbatm/haproxy.vim'`
* [Vundle](https://github.com/gmarik/vundle)
* `Plugin 'zimbatm/haproxy.vim'`
Because haproxy uses a generic ".cfg" file extension the syntax is not
automatically detected. You've got to add a pragma header like that to the
first line of the file:
```
# vim: set ft=haproxy :
```
## License
Copyright ??? Bruno Michel , 2015 zimbatm
Cribbed from the original file over here:
http://www.haproxy.org/download/contrib/haproxy.vim