/pig

Pig syntax highlighting for vim

Primary LanguageVimL

Pig syntax highlighting for vim

Please vote for this script on vim.org

To install:

Manual:

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

Using Vundle:

  • add the following line
Bundle "motus/pig.vim"
to your ~/.vimrc file;
  • run :BundleInstall in vim.

Using Pathogen:

If you’re using pathogen to manage your vim modules, you can simply add this as a submodule in your `~/.vim/bundle/` directory.

Enjoy! :)