emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 74340d0 02/27: hes-ruby-keywords, fallback predicate: Allo


From: Dmitry Gutov
Subject: [elpa] master 74340d0 02/27: hes-ruby-keywords, fallback predicate: Allow in backquoted literals
Date: Sat, 29 Oct 2016 00:04:17 +0000 (UTC)

branch: master
commit 74340d0cca4d6592fc6996079bc6a1197be6665b
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    hes-ruby-keywords, fallback predicate: Allow in backquoted literals
---
 highlight-escape-sequences.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/highlight-escape-sequences.el b/highlight-escape-sequences.el
index fa1c3d5..ecd99ef 100644
--- a/highlight-escape-sequences.el
+++ b/highlight-escape-sequences.el
@@ -54,7 +54,7 @@ backslash followed by anything else.")
                          (member (match-string 2) '("\\" "'")))
                     (if (fboundp 'ruby-syntax-expansion-allowed-p)
                         (ruby-syntax-expansion-allowed-p state)
-                      (memq term '(?\" ?/ ?\n t))))
+                      (memq term '(?\" ?/ ?\n ?` t))))
             'font-lock-regexp-grouping-backslash))
         prepend))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]