* riece-display.el (riece-channel-buffer-create): Add new hook.
[riece] / lisp / riece-highlight.el
index a9715ef..76ff4a4 100644 (file)
@@ -24,8 +24,6 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'riece-inlines))
-
 (require 'riece-globals)
 (require 'font-lock)
 
 (defcustom riece-highlight-font-lock-keywords
   (append
    (list (list (concat "^" riece-time-prefix-regexp
-                      "\\(<[^>]+>\\|>[^<]+<\\|([^)]+)\\|-[^ ]+ [^-]+-\\|=[^ ]+ [^=]+=\\|\\([+-]\\)[^ ]+\\2\\)")
+                      "\\(<[^>]+>\\|>[^<]+<\\|([^)]+)\\|{[^}]+}\\|=[^=]+=\\)")
               '(1 riece-prefix-face append t)))
    ;; set property to the whole line
    (mapcar