Skip to content

motus/pig.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published