diff options
| author | John Isom <John.Isom2001@gmail.com> | 2020-07-28 20:49:17 -0600 |
|---|---|---|
| committer | John Isom <John.Isom2001@gmail.com> | 2020-07-28 20:49:17 -0600 |
| commit | b87b1bd32d5ea65dccc5bf22149e394ef84cf31a (patch) | |
| tree | d9036a7f75f36fbe2145ac123744677720665d5e /rc/filetype/php.kak | |
| parent | 2de803ee17209bd689541699f661d16b723b75a1 (diff) | |
Update deindenting in php.kak
Diffstat (limited to 'rc/filetype/php.kak')
| -rw-r--r-- | rc/filetype/php.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/php.kak b/rc/filetype/php.kak index 9b43bb68..3c922e78 100644 --- a/rc/filetype/php.kak +++ b/rc/filetype/php.kak @@ -94,7 +94,7 @@ define-command -hidden php-indent-on-new-line %< # append " * " on lines starting a multiline /** or /* comment try %{ execute-keys -draft k <a-x> s ^\h*/[*][* ]? <ret> j gi i <space>*<space> } # deindent closer token(s) when after cursor - try %_ execute-keys -draft <a-x> <a-k>^\h*[})]+\h*(?://.*)?$<ret> <a-/> [})] <ret> m <a-S> 1<a-&> _ + try %_ execute-keys -draft <a-x> <a-k>^\h*[})]+\h*(?://.*)?$<ret> \; <a-/> [})] <ret> m <a-S> 1<a-&> _ > > |
