Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/motus/pig.vim

Pig syntax highlighting for vim
https://github.com/motus/pig.vim

pig vim vim-plugin vim-syntax

Last synced: about 1 month ago
JSON representation

Pig syntax highlighting for vim

Awesome Lists containing this project

README

        

h2. Pig syntax highlighting for vim

Please vote for this script on "vim.org":http://www.vim.org/scripts/script.php?script_id=2186

h3. To install:

h4. Manual:

* copy @syntax/pig.vim@ file into your @~/.vim/syntax/@ directory;
* copy @ftdetect/pig.vim@ file into your @~/.vim/ftdetect/@ directory;

h4. Using Vundle:

* add the following line

Bundle "motus/pig.vim"
to your @~/.vimrc@ file;

* run @:BundleInstall@ in vim.

h4. Using Pathogen:

If you're using "pathogen":https://github.com/tpope/vim-pathogen to manage your vim modules, you can simply add this as a submodule in your `~/.vim/bundle/` directory.

Enjoy! :)