branch: elpa/rainbow-delimiters
commit 54855dcf520a991fd0c18ae63977d252bc9f5938
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    Revert a part of 3dfd3fa9b that shouldn't be changed in the first place.
---
 rainbow-delimiters.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index b4f513f52f..0c5012f647 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -503,7 +503,7 @@ Returns t if char at loc meets one of the following 
conditions:
 - Inside a string.
 - Inside a comment.
 - Is an escaped char, e.g. ?\)"
-  (let ((parse-state (syntax-ppss loc)))
+  (let ((parse-state (rainbow-delimiters-syntax-ppss loc)))
     (or
      (nth 3 parse-state)                ; inside string?
      (nth 4 parse-state)                ; inside comment?

Reply via email to