Add rule to align else/elsif to opening if
This commit is contained in:
parent
2c382de1e8
commit
76eadef00b
|
@ -201,6 +201,10 @@ define-command -hidden crystal-insert-on-new-line %{
|
||||||
}
|
}
|
||||||
|
|
||||||
define-command -hidden crystal-indent-on-char %{
|
define-command -hidden crystal-indent-on-char %{
|
||||||
|
evaluate-commands -no-hooks -draft -itersel %{
|
||||||
|
# align 'else/elsif' to 'if'
|
||||||
|
try %{ execute-keys -draft <a-x> <a-k> ^\h*(?:else|elsif)$ <ret> <a-semicolon> <a-?> ^\h*(?:if) <ret> <a-S> 1<a-&> }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
define-command -hidden crystal-fetch-keywords %{
|
define-command -hidden crystal-fetch-keywords %{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user