Added syntax highlighting for homophone's syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 14 Oct 2017 00:38:49 +0300
changeset 934 6eea1f63443f
parent 933 ae90fde25510
child 935 011d22e26fab
Added syntax highlighting for homophone's syntax.
contrib/gadict.el
--- a/contrib/gadict.el	Sat Oct 14 00:26:26 2017 +0300
+++ b/contrib/gadict.el	Sat Oct 14 00:38:49 2017 +0300
@@ -154,6 +154,7 @@
      ("^ .*\n\\(\\w.*\\)" (1 font-lock-keyword-face))
      ("^#.*" . font-lock-comment-face)
      ("^ +\\[[^]\n:]+]" . font-lock-type-face)
+     ("^ +homo: " . 'gadict-tr-face)
      (,(format "^%s: " gadict--art-lang-regex) . 'gadict-tr-face)
      (,(format "^%s> " gadict--art-lang-regex) . 'gadict-ex-face)
      (,(format "^%s= " gadict--art-lang-regex) . 'gadict-glos-face)