branch: elpa/swift-mode
commit d110515f1a7b8559f0cd1971cdce49a354c79c6b
Author: Chris Barrett <chris.d.barr...@me.com>
Commit: Chris Barrett <chris.d.barr...@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