ソースコードを強調表示するための単純なgedit xml langファイルを作成しました。次のような構造を使用する場合
<style id="comment" _name="Comment" map-to="def:comment"/>
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
コメントは常に青く、キーワードは茶色にしています。代わりに、コメントを緑に、キーワードを赤にしたいと思います。どうやってやるの?
また、以下のいくつかのスキーマに気付きました/usr/share/gtksourceview-2.0/styles
:
classic.xml cobalt.xml kate.xml oblivion.xml styles.rng tango.xml
lang ファイルでこれらを使用するにはどうすればよいですか?