201. gedit default syntax highlightning
You can at least add file extensions in the html syntax coloring scheme by editing html.lang in /usr/share/gtksourceview-2.0/language-specs/ as a super user. So say you want to add HTML syntax highlighting to cfm files, you would change this
<property name="globs">*.html;*.htm</property>
(default html.lang) into this
<property name="globs">*.html;*.htm;*.cfm</property>
Quelle: http://askubuntu.com/questions/44730/can-i-set-a-default-syntax-highlighting-in-gedit
Kategorie(n): Linux