Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://code.google.com/p/pig-eclipse

Provides syntax highlighting pig-latin editor in eclipse, have the feature of syntax highlighting. I just make it for interests, now it has less features than pigpen. Has not been updated since 2009 (but still works).

Emacs Pig Latin Mode

https://github.com/motus/pig-mode

...

A simple Emacs mode that highlights Pig Latin syntax. It's very basic, but it does make life more pleasant if you are an Emacs user.

Gedit

Syntax highlighting for Pig Latin (0.11). Take one of the files from the link below, and place it either in ~/.local/share/gtksourceview-3.0/language-specs (for Linux) or gedit\share\gtksourceview-2.0\language-specs\ (for Windows).

https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions

Pig Editor for Eclipse

http://romainr.github.com/PigEditor/

Autocomplete, show errors in red, etc. Supports Pig 0.09 / 0.10. Has not been maintained for a while.

It works with Eclipse 3.7: http://romainr.github.com/PigEditor/updates/

...

This web-based Pig Editor based on Hue lets you edit your Pig script with autocompletion auto completion and syntax highlighting. You can save your scripts and execute them with a single click, directly from your browser. Logs and results are displayed within this one-page app for a better interactivity.

...

An Eclipse plugin for Pig. In addition to standard syntax highlighting it supports graphical construction of Pig Latin scripts (box and arrow) as well as showing the user the output schema of each line in a Pig Latin script and example output of his or her script. Pig can be run directly from PigPen in either local or Map-Reduce mode. Has not been maintained for a while.

TextMate Plugin

http://www.github.com/kevinweil/pig.tmbundle

...