Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/motus/pig.vim
- Owner: motus
- Created: 2010-08-31T20:48:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T17:53:23.000Z (over 7 years ago)
- Last Synced: 2024-04-28T04:53:00.391Z (9 months ago)
- Topics: pig, vim, vim-plugin, vim-syntax
- Language: Vim script
- Homepage:
- Size: 16.6 KB
- Stars: 43
- Watchers: 5
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
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
to your @~/.vimrc@ file;Bundle "motus/pig.vim"
* 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! :)