We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d0351 commit 63580e8Copy full SHA for 63580e8
swift-mode-lexer.el
@@ -456,7 +456,7 @@ That is supertype declaration or type declaration of let or var."
456
;; FIXME: mutual dependency
457
(swift-mode:token:text
458
(swift-mode:backward-sexps-until
459
- '(implicit-\; \; { \( \[ "case" "default" case-:)))
+ '(implicit-\; \; { \( \[ "case" "default" ":")))
460
'("case" "default"))))
461
462
(defun swift-mode:anonyous-parameter-in-p ()
0 commit comments