Remove newline from allowed transcription chars.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 09 Jan 2012 21:10:08 +0200
changeset 859 0d89e5e07baa
parent 858 81c925713d9c
child 860 934358ccdc16
Remove newline from allowed transcription chars.
dict-mode.el
--- a/dict-mode.el	Wed Jan 04 17:10:55 2012 +0200
+++ b/dict-mode.el	Mon Jan 09 21:10:08 2012 +0200
@@ -23,7 +23,7 @@
   '(
     ("^\\(_\\{5,\\}\\)\n\n\\(\\w.*\\)$"
      (1 font-lock-function-name-face) (2 font-lock-keyword-face))
-    ("\\[[^]]+]" . font-lock-type-face)
+    ("\\[[^]\n]+]" . font-lock-type-face)
     ))
 
 (defun dict-c5-font-lock-extend-region ()