mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
Fix already-existing error in javascript.kak
This commit is contained in:
parent
27705d402f
commit
2b86826d5a
@ -61,7 +61,7 @@ define-command -hidden javascript-indent-on-new-line %<
|
||||
# filter previous line
|
||||
try %{ execute-keys -draft k : javascript-trim-indent <ret> }
|
||||
# indent after lines beginning / ending with opener token
|
||||
try %_ execute-keys -draft k <a-x> <a-k> ^\h*[[{]|[[{]$ <ret> j <a-gt> _
|
||||
try %_ execute-keys -draft k <a-x> <a-k> ^\h*[[({]|[[({]$ <ret> j <a-gt> _
|
||||
# deindent closing token(s) when after cursor
|
||||
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