mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 20:41:49 +03:00
indent after lines ending with '='
This commit is contained in:
parent
1aed03aaf9
commit
f54ba102ad
@ -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) \b | (->) $ <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> }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user