pig.tmbundle
pig.tmbundle copied to clipboard
Simple syntax highlighting for writing Pig scripts (http://hadoop.apache.org/pig) in Textmate.
Hello! First of all, really great job! Your bundle helped me a lot on my projects! So, thank you! I have a problem when I paste a line in my...
In the README, shouldn't the 3rd line be: git clone git://github.com/kevinweil/pig.tmbundle.git "Pig.tmbundle" rather than git clone git://github.com/kevinweil/pig.tmbundle "Pig.tmbundle"
SPLIT enron_recipients INTO tos IF reciptype=='to', ccs IF reciptype='cc'; The 'IF's are not highlighted. And yet they are listed in the bundle under keywords. So, I'm stumped on how to...