pig.vim icon indicating copy to clipboard operation
pig.vim copied to clipboard

Pig syntax highlighting for vim

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! :)