Added syntax highlighting for homophone's syntax.
--- 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)