Skip to content

Commit

Permalink
Extend lua support to lua-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Dec 28, 2023
1 parent b2d2b50 commit 78c726b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78c726b

Please sign in to comment.