pig.vim : Pig language syntax highlighting
| script karma |
Rating 65/20,
Downloaded by 489 |
| created by |
| Sergiy Matusevych |
| |
| script type |
| syntax |
| |
| description |
Pig is a powerful system for analysis of large data sets using MapReduce approach.
http://incubator.apache.org/pig |
| |
| install details |
1) copy pig.vim file into your ~/.vim/syntax/ directory;
2) add the following three lines to your ~/.vimrc file:
augroup filetypedetect
au BufNewFile,BufRead *.pig set filetype=pig syntax=pig
augroup END
|
| |
script versions (upload new version)
Click on the package to download.
|