Skip to content

kevinweil/pig.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

To install this bundle, paste the following into the terminal:

mkdir -p ~/"Library/Application Support/TextMate/Bundles/"
cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/kevinweil/pig.tmbundle "Pig.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

If you are using Textmate 2:

mkdir -p ~/"Library/Application Support/Avian/Bundles"
cd ~/"Library/Application Support/Avian/Bundles"
if [ -d Pig.tmbundle ]; then rm -rf Pig.tmbundle; fi
git clone git://github.com/kevinweil/pig.tmbundle "Pig.tmbundle"

Enjoy, and please help me improve it! Kevin

About

Simple syntax highlighting for writing Pig scripts (http://hadoop.apache.org/pig) in Textmate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published