Add support for kotlin-ts-mode (#270)

https://gitlab.com/bricka/emacs-kotlin-ts-mode
This commit is contained in:
Derek Passen 2023-12-14 20:06:33 -06:00 committed by GitHub
parent 41dff902fb
commit f3cbdbcae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)