Remove newline from allowed transcription chars.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 09 Jan 2012 21:10:08 +0200
changeset 332 49545a5764ef
parent 331 b69b69ac7457
child 333 22928defcb53
Remove newline from allowed transcription chars.
obsolete/dict-c5-mode.el
--- a/obsolete/dict-c5-mode.el	Wed Dec 21 22:36:27 2011 +0200
+++ b/obsolete/dict-c5-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 ()