diff options
| author | Derek Passen <dpassen1@gmail.com> | 2023-12-14 20:06:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 18:06:33 -0800 |
| commit | f3cbdbcae88d17c5f3b7d3de53c9251bb77892cb (patch) | |
| tree | 35c20bb65df524d187e3a886168a7a3b2cbb934d | |
| parent | 41dff902fb56cc011d1e694045755796d5e3e27d (diff) | |
Add support for kotlin-ts-mode (#270)
https://gitlab.com/bricka/emacs-kotlin-ts-mode
| -rw-r--r-- | apheleia-formatters.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el index 26c0a07..e1ce8c1 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -318,6 +318,7 @@ rather than using this system." (json-mode . prettier-json) (json-ts-mode . prettier-json) (kotlin-mode . ktlint) + (kotlin-ts-mode . ktlint) (latex-mode . latexindent) (LaTeX-mode . latexindent) (lua-mode . stylua) |
