Don't highlight 64 subsequent chars as this break major mode highlighting.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 26 Sep 2015 19:29:44 +0300
changeset 1293 064ea72c81c9
parent 1292 b515e071a52c
child 1295 c43104a5ff4a
Don't highlight 64 subsequent chars as this break major mode highlighting.
.emacs-my
--- a/.emacs-my	Sat Sep 19 19:08:31 2015 +0300
+++ b/.emacs-my	Sat Sep 26 19:29:44 2015 +0300
@@ -1638,7 +1638,7 @@
    `(
      ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t)
      ;; 64 times, for highlight C-u C-u C-u <key>
-     ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t)
+     ;; ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t)
      ))
   )