mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
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>
This commit is contained in:
parent
b2d2b50f1a
commit
f868b22357
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,8 @@ The format is based on [Keep a Changelog].
|
||||||
* [docformatter](https://github.com/PyCQA/docformatter) for Python docstrings ([#267])
|
* [docformatter](https://github.com/PyCQA/docformatter) for Python docstrings ([#267])
|
||||||
* [cljfmt](https://github.com/weavejester/cljfmt) for clojure,
|
* [cljfmt](https://github.com/weavejester/cljfmt) for clojure,
|
||||||
clojurescript, edn files. ([#271])
|
clojurescript, edn files. ([#271])
|
||||||
|
* Stylua is used now in `lua-ts-mode` as well as just `lua-mode`, by
|
||||||
|
default ([#275]).
|
||||||
|
|
||||||
[#209]: https://github.com/radian-software/apheleia/pull/209
|
[#209]: https://github.com/radian-software/apheleia/pull/209
|
||||||
[#229]: https://github.com/radian-software/apheleia/pull/229
|
[#229]: https://github.com/radian-software/apheleia/pull/229
|
||||||
|
@ -42,6 +44,7 @@ The format is based on [Keep a Changelog].
|
||||||
[#264]: https://github.com/radian-software/apheleia/pull/264
|
[#264]: https://github.com/radian-software/apheleia/pull/264
|
||||||
[#267]: https://github.com/radian-software/apheleia/pull/267
|
[#267]: https://github.com/radian-software/apheleia/pull/267
|
||||||
[#271]: https://github.com/radian-software/apheleia/pull/271
|
[#271]: https://github.com/radian-software/apheleia/pull/271
|
||||||
|
[#275]: https://github.com/radian-software/apheleia/pull/275
|
||||||
|
|
||||||
## 4.0 (released 2023-11-23)
|
## 4.0 (released 2023-11-23)
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
|
@ -333,6 +333,7 @@ rather than using this system."
|
||||||
(latex-mode . latexindent)
|
(latex-mode . latexindent)
|
||||||
(LaTeX-mode . latexindent)
|
(LaTeX-mode . latexindent)
|
||||||
(lua-mode . stylua)
|
(lua-mode . stylua)
|
||||||
|
(lua-ts-mode . stylua)
|
||||||
(lisp-mode . lisp-indent)
|
(lisp-mode . lisp-indent)
|
||||||
;; markdown-mode not included because so many people format
|
;; markdown-mode not included because so many people format
|
||||||
;; markdown code in so many different ways and we don't want to
|
;; markdown code in so many different ways and we don't want to
|
||||||
|
|
Loading…
Add table
Reference in a new issue