jonjamz / ss-gedit

Gedit syntax highlighting files (.lang) for SocketStream -- Jade, Stylus, CoffeeScript.
0 stars 0 forks source link

This project adds syntax highlighting files for languages used by SocketStream (Jade, Stylus, CoffeeScript) to Gedit or a gtksourceview text editor.

Installation and Use

  1. Download and place all .lang files in /usr/share/gtksourceview-2.0/language-specs or /usr/share/gtksourceview-3.0/language-specs for Ubuntu 11.10. The css.lang file I included has all the CSS3 properties added and can replace the default file.

  2. Restart or run Gedit and open any of the files included in your SocketStream project.

  3. Of course, this isn't just limited to SocketStream, but that's why I made it.

Credits, Sources

Jade - lbdremy (https://github.com/lbdremy/gedit-jade)

Stylus - LearnBoost (https://github.com/LearnBoost/stylus/blob/master/editors/gedit/styl.lang)

CoffeeScript - wavded (https://github.com/wavded/gedit-coffeescript)