Skip to content

Commit c1c9028

Browse files
author
Dave Abrahams
authored
[emacs-support] Fix indentation for labeled repeat
1 parent eb9f047 commit c1c9028

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)