aboutsummaryrefslogtreecommitdiff
path: root/apheleia-formatters.el
diff options
context:
space:
mode:
authorDerek Passen <dpassen1@gmail.com>2023-12-14 20:06:33 -0600
committerGitHub <noreply@github.com>2023-12-14 18:06:33 -0800
commitf3cbdbcae88d17c5f3b7d3de53c9251bb77892cb (patch)
tree35c20bb65df524d187e3a886168a7a3b2cbb934d /apheleia-formatters.el
parent41dff902fb56cc011d1e694045755796d5e3e27d (diff)
Add support for kotlin-ts-mode (#270)
https://gitlab.com/bricka/emacs-kotlin-ts-mode
Diffstat (limited to 'apheleia-formatters.el')
-rw-r--r--apheleia-formatters.el1
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)