# HG changeset patch # User Oleksandr Gavenko # Date 1474960617 -10800 # Node ID 8497d1849d570135aeacce4120c4c635a59c570c # Parent f7c1fd21a5dddf050f08a2c3d656a0f1e452e945 Help to find places where COLON is used instead of MODIFIER LETTER TRIANGULAR COLON. diff -r f7c1fd21a5dd -r 8497d1849d57 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)