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

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

[nongnu] elpa/swift-mode 48a3a25 016/496: Correctly font-lock backtick-e


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 48a3a25 016/496: Correctly font-lock backtick-enclosed identifiers in let bindings
Date: Sun, 29 Aug 2021 11:32:59 -0400 (EDT)

branch: elpa/swift-mode
commit 48a3a2571536a02c89173177f19320431d3b2926
Author: Chris Barrett <chris.d.barrett@me.com>
Commit: Chris Barrett <chris.d.barrett@me.com>

    Correctly font-lock backtick-enclosed identifiers in let bindings
---
 swift-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index 1e4fbf0..72616d5 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -99,7 +99,7 @@
                               (or ,@swift-mode--val-decl-keywords)
                               eow
                               (+ space)
-                              (group bow (+ word) eow))
+                              (group (? "`") bow (+ word) eow (? "`")))
                         t)
           (list 1 font-lock-variable-name-face))
 



reply via email to

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