/logstash.vim

highlights logstash configuration files

Primary LanguageVim scriptMIT LicenseMIT

This is fork of robbles/logstash.vim with merged PRs.

logstash.vim highlights configuration files for logstash, a tool for managing events and logs (see logstash)

Install using vim-pathogen:

cd ~/.vim/bundle
git clone https://github.com/rakshazi/logstash.vim

To install using vundle, add the following to your .vimrc:

Plugin 'rakshazi/logstash.vim'