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

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

[nongnu] elpa/swift-mode 7709e04 256/496: Fix token for DECSPEC


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 7709e04 256/496: Fix token for DECSPEC
Date: Sun, 29 Aug 2021 11:33:46 -0400 (EDT)

branch: elpa/swift-mode
commit 7709e04b7c8091c9063922396aa09225a8ca1952
Author: uk-ar <yuuki.ari@gmail.com>
Commit: uk-ar <yuuki.ari@gmail.com>

    Fix token for DECSPEC
---
 swift-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index 453100c..451e6f8 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -218,7 +218,7 @@
                 "<<" ">>" "??")))
 
 (defvar swift-smie--decl-specifier-regexp
-  
"\\(?1:class\\|mutating\\|override\\|static\\|unowned\\|weak\\)\\(?:[[:space:]]*func\\)")
+  "\\(?1:class\\|mutating\\|override\\|static\\|unowned\\|weak\\)")
 
 (defvar swift-smie--access-modifier-regexp
   (regexp-opt '("private" "public" "internal")))



reply via email to

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