]> git.eshelyaron.com Git - emacs.git/commit
Support lua-ts-mode in align.el
authorjohn muhl <jm@pub.pink>
Tue, 10 Oct 2023 14:18:10 +0000 (09:18 -0500)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 21 Oct 2023 10:25:25 +0000 (12:25 +0200)
commita838bcb23c60fe5bd29a1013a8c75796420ee461
tree1714f0ee1ca2f410c4021463f8dad0b7294e5d8a
parentcb89cbc406efeeadbb46eb6f4d81827c7c2caf94
Support lua-ts-mode in align.el

* lisp/align.el (align-rules-list): Add lua-ts-mode.  (Bug#66466)
* lisp/progmodes/lua-ts-mode.el (lua-ts-mode): Indent region
before aligning.
* test/lisp/align-tests.el (align-lua):
* test/lisp/align-resources/lua-ts-mode.erts: Add tests.
lisp/align.el
lisp/progmodes/lua-ts-mode.el
test/lisp/align-resources/lua-ts-mode.erts [new file with mode: 0644]
test/lisp/align-tests.el