Skip to content

Commit 9a4cbc7

Browse files
authored
Merge pull request #10047 from apple/emacs-mode-labeled-repeat
2 parents eb9f047 + c1c9028 commit 9a4cbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Use `M-x hs-show-all' to show them again."
350350
1)
351351
((save-match-data
352352
(looking-at
353-
"case \\|default *:\\|[a-zA-Z_][a-zA-Z0-9_]*\\(\\s-\\|\n\\)*:\\(\\s-\\|\n\\)*\\(for\\|do\\|\\while\\|switch\\)\\>"))
353+
"case \\|default *:\\|[a-zA-Z_][a-zA-Z0-9_]*\\(\\s-\\|\n\\)*:\\(\\s-\\|\n\\)*\\(for\\|do\\|\\while\\|switch\\|repeat\\)\\>"))
354354
1)
355355
(t 0))))))
356356
(indent-line-to (max target-column 0)))

0 commit comments

Comments
 (0)