Help to find places where COLON is used instead of MODIFIER LETTER TRIANGULAR COLON.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 27 Sep 2016 10:16:57 +0300
changeset 581 8497d1849d57
parent 580 f7c1fd21a5dd
child 582 92a189ed49b6
Help to find places where COLON is used instead of MODIFIER LETTER TRIANGULAR COLON.
contrib/gadict.el
--- a/contrib/gadict.el	Mon Sep 26 14:47:23 2016 +0300
+++ b/contrib/gadict.el	Tue Sep 27 10:16:57 2016 +0300
@@ -45,7 +45,7 @@
   `( ("^\\(__\\)\n\n\\(\\w.*\\)$" (1 font-lock-function-name-face) (2 font-lock-keyword-face))
      ("^ .*\n\\(\\w.*\\)" (1 font-lock-keyword-face))
      ("^#.*" . font-lock-comment-face)
-     ("^ +\\[[^]\n]+]" . font-lock-type-face)
+     ("^ +\\[[^]\n:]+]" . font-lock-type-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)