diff options
| author | Derek Passen <dpassen1@gmail.com> | 2023-12-30 15:19:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-30 14:19:01 -0700 |
| commit | f868b22357477eb89605e66caf4d300b5dad2b7e (patch) | |
| tree | 3134ca821b90a7f78528981b0c2ba345d9cec078 /apheleia-formatters.el | |
| parent | b2d2b50f1a8b4cfcb7aa9fa815017bac26552da9 (diff) | |
Extend lua support to lua-ts-mode (#275)
Available via https://git.sr.ht/~johnmuhl/lua-ts-mode and
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b6659e98a4fcaa44477b64d7782243feca020418
---------
Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
Diffstat (limited to 'apheleia-formatters.el')
| -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 019fecb..c96c4c5 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -333,6 +333,7 @@ rather than using this system." (latex-mode . latexindent) (LaTeX-mode . latexindent) (lua-mode . stylua) + (lua-ts-mode . stylua) (lisp-mode . lisp-indent) ;; markdown-mode not included because so many people format ;; markdown code in so many different ways and we don't want to |
