From 0444666196c1a94da6e62e20b975bbe60e02f43c Mon Sep 17 00:00:00 2001 From: "Jeremy L. Rayman" Date: Wed, 12 Oct 2011 18:35:18 -0700 Subject: [PATCH] Note Bugfix of syntax-table problem in the 1.4 release notes. --- rainbow-delimiters.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el index 071d88b..410e16c 100644 --- a/rainbow-delimiters.el +++ b/rainbow-delimiters.el @@ -115,7 +115,8 @@ ;; - Correct typo in the installation step for users of dark backgrounds. ;; 1.4-BETA (currently under development; this file is not a release) ;; - Add 'global-rainbow-delimiters-mode'. - +;; - Bugfix: Respect syntax of current buffer major-mode so delimiters +;; highlight correctly in non-lisp languages. ;;; TODO: