This project adds LiveScript syntax highlighting to the Gedit text editor.
(and any other gtksourceview compliant text editor)
-
Download and place
live_script.lang
in~/.local/share/gtksourceview-3.0/language-specs
Note: if those directories don't exist, make them and gedit will know what to do.
Important: if you are using GTK2 usegtksourceview-2.0/language-specs
folder instead of3.0
. -
Run gedit and open a LiveScript file.
Patches and improvements are welcome!