gedit-coffeescript
gedit-coffeescript copied to clipboard
gedit Syntax Highlighting for CoffeeScript files
This project adds CoffeeScript syntax highlighting to the gedit text editor. (and any other gtksourceview compliant text editor)
Easy Installation
Clone and execute install.sh.
Installation and Use
-
Download and place coffee_script.lang in
~/.local/share/gtksourceview-4/language-specsNote: if those directories don't exist, make them and gedit will know what to do. Important: if you are using GTK3 (e.g. old Gnome) use
gtksourceview-3.0/language-specsfolder instead of 4. -
Run gedit and open a CoffeeScript file, Cakefile, or IcedCoffeeScript file.
Patches and improvements welcome!

Extra: Install the Ruycius-Mod theme
-
Download and place rubycius-mod.xml in
~/.local/share/gtksourceview-4/stylesNote: if those directories don't exist, make them and gedit will know what to do. Important: if you are using GTK3 (e.g. old Gnome) use
gtksourceview-3.0/stylesfolder instead of 4. -
Run gedit then Edit > Preferences > Fonts and Colors > Color Scheme > Rubycius-Mod
-
I like using Liberation Mono for a base font as well which is available within the standard repo for many Linux distros.