# HG changeset patch # User Oleksandr Gavenko # Date 1507930729 -10800 # Node ID 6eea1f63443f1459cc7a8a5dab6602e514954cb7 # Parent ae90fde255100dded88f661ed99997e84ab824e4 Added syntax highlighting for homophone's syntax. diff -r ae90fde25510 -r 6eea1f63443f 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)