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.
2 parents eb9f047 + c1c9028 commit 9a4cbc7Copy full SHA for 9a4cbc7
utils/swift-mode.el
@@ -350,7 +350,7 @@ Use `M-x hs-show-all' to show them again."
350
1)
351
((save-match-data
352
(looking-at
353
- "case \\|default *:\\|[a-zA-Z_][a-zA-Z0-9_]*\\(\\s-\\|\n\\)*:\\(\\s-\\|\n\\)*\\(for\\|do\\|\\while\\|switch\\)\\>"))
+ "case \\|default *:\\|[a-zA-Z_][a-zA-Z0-9_]*\\(\\s-\\|\n\\)*:\\(\\s-\\|\n\\)*\\(for\\|do\\|\\while\\|switch\\|repeat\\)\\>"))
354
355
(t 0))))))
356
(indent-line-to (max target-column 0)))
0 commit comments