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

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

[nongnu] elpa/swift-mode d110515 011/496: Font lock tweaks


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode d110515 011/496: Font lock tweaks
Date: Sun, 29 Aug 2021 11:32:58 -0400 (EDT)

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

    Font lock tweaks
---
 swift-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index 782545b..a3db23f 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -82,7 +82,7 @@
     ;;
     ;; Any token beginning with an uppercase character is highlighted as a
     ;; type.
-    (cons (rx bow upper (+ word) eow)
+    (cons (rx bow upper (* word) eow)
           font-lock-type-face)
 
     ;; Function names



reply via email to

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