branch: elpa/rainbow-delimiters
commit 0444666196c1a94da6e62e20b975bbe60e02f43c
Author: Jeremy L. Rayman <[email protected]>
Commit: Jeremy L. Rayman <[email protected]>
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 071d88bcc5..410e16cbbc 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: