summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc/coffee.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/coffee.kak b/rc/coffee.kak
index ed1a042b..2b343086 100644
--- a/rc/coffee.kak
+++ b/rc/coffee.kak
@@ -66,7 +66,7 @@ def -hidden _coffee_indent_on_new_line %{
# copy '#' comment prefix and following white spaces
try %{ exec -draft k x s ^ \h * \K \# \h * <ret> y j p }
# indent after start structure
- try %{ exec -draft k x <a-k> ^ \h * (case|catch|class|else|finally|for|function|if|switch|try|while|with) | (->) $ <ret> j <a-gt> }
+ try %{ exec -draft k x <a-k> ^ \h * (case|catch|class|else|finally|for|function|if|switch|try|while|with) \b | (->) $ <ret> j <a-gt> }
}
}