Crystal: Slight style change

This commit is contained in:
Alex Leferry 2 2020-01-21 11:27:56 +01:00
parent 2749093143
commit d7e2094f1c

View File

@ -161,9 +161,13 @@ provide-module crystal %🐈
define-command -hidden crystal-new-line-inserted %{ define-command -hidden crystal-new-line-inserted %{
# Copy previous line indent # Copy previous line indent
try %(execute-keys -draft 'K<a-&>') try %{
execute-keys -draft 'K<a-&>'
}
# Remove empty line indent # Remove empty line indent
try %(execute-keys -draft 'k<a-x>s^\h+$<ret>d') try %{
execute-keys -draft 'k<a-x>s^\h+$<ret>d'
}
} }
define-command -hidden crystal-fetch-keywords %{ define-command -hidden crystal-fetch-keywords %{
set-register dquote %sh{ set-register dquote %sh{