diff --git a/rc/filetype/javascript.kak b/rc/filetype/javascript.kak index 75a1bfaa..05e0bc6a 100644 --- a/rc/filetype/javascript.kak +++ b/rc/filetype/javascript.kak @@ -99,7 +99,7 @@ define-command -hidden javascript-insert-on-new-line %< # trim trailing whitespace on the previous line try %[ execute-keys -draft s\h+$ d ] # align the new star with the previous one - execute-keys Kx1s^[^*]*(\*)& + execute-keys Kx1s^[^*]*(\*) ] > >