Update deindenting in dart.kak
This commit is contained in:
parent
2b86826d5a
commit
21bf092230
|
@ -98,7 +98,7 @@ define-command -hidden dart-indent-on-new-line %~
|
|||
# indent after if|else|while|for
|
||||
try %[ execute-keys -draft <semicolon><a-F>)MB <a-k> \A(if|else|while|for)\h*\(.*\)\h*\n\h*\n?\z <ret> s \A|.\z <ret> 1<a-&>1<a-space><a-gt> ]
|
||||
# deindent closing brace when after cursor
|
||||
try %[ execute-keys -draft <a-x> <a-k> ^\h*\}\h*\;?\h*(?://.*)?$ <ret> \; <a-/> \} <ret> m <a-S> 1<a-&> ]
|
||||
try %[ execute-keys -draft <a-x> <a-k> ^\h*\} <ret> \; gh / \} <ret> m <a-S> 1<a-&> ]
|
||||
=
|
||||
~
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user