New language highlight support can be added easily for gtksourceview (thus gedit, scratch, and other editor written using this library).
You need to place your valid language file in this folder:
/home/<user>/.local/share/gtksourceview-3.0/language-specs
If the folders don't exist you can create them
> mkdir -p ~/.local/share/gtksourceview-3.0/language-specs
And move your language
> cp ~/Downloads/mustache.lang ~/.local/share/gtksourceview-3.0/language-specs/
Here is a list of some language specs (Including Mustache)
https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions
New language highlight support can be added easily for gtksourceview (thus gedit, scratch, and other editor written using this library).
You need to place your valid language file in this folder:
/home/< user>/. local/share/ gtksourceview- 3.0/language- specs
If the folders don't exist you can create them
> mkdir -p ~/.local/ share/gtksource view-3. 0/language- specs
And move your language
> cp ~/Downloads/ mustache. lang ~/.local/ share/gtksource view-3. 0/language- specs/
Here is a list of some language specs (Including Mustache)
https:/ /wiki.gnome. org/Projects/ GtkSourceView/ LanguageDefinit ions