branch: elpa/swift-mode
commit 7709e04b7c8091c9063922396aa09225a8ca1952
Author: uk-ar <[email protected]>
Commit: uk-ar <[email protected]>
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")))