Skip to content

Commit f54ba10

Browse files
committed
indent after lines ending with '='
1 parent 1aed03a commit f54ba10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rc/coffee.kak

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def -hidden _coffee_indent_on_new_line %{
6666
# copy '#' comment prefix and following white spaces
6767
try %{ exec -draft k x s ^ \h * \K \# \h * <ret> y j p }
6868
# indent after start structure
69-
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> }
69+
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> }
7070
}
7171
}
7272

0 commit comments

Comments
 (0)