Skip to content

Commit 63580e8

Browse files
committed
Speed-up indentation for colon
1 parent b6d0351 commit 63580e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-mode-lexer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ That is supertype declaration or type declaration of let or var."
456456
;; FIXME: mutual dependency
457457
(swift-mode:token:text
458458
(swift-mode:backward-sexps-until
459-
'(implicit-\; \; { \( \[ "case" "default" case-:)))
459+
'(implicit-\; \; { \( \[ "case" "default" ":")))
460460
'("case" "default"))))
461461

462462
(defun swift-mode:anonyous-parameter-in-p ()

0 commit comments

Comments
 (0)