]> git.eshelyaron.com Git - emacs.git/commit
Simplify and improve indent rules in 'lua-ts-mode'
authorjohn muhl <jm@pub.pink>
Mon, 10 Mar 2025 01:40:58 +0000 (20:40 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:26:48 +0000 (16:26 +0100)
commit19c9f7fee8e9a7c60a20deefe9f33de83c15b9db
tree8e97c358f14013ba47a01a623cdfe79014d732cd
parentddc590672b20c6b4c3fe596a81e90fb6d623f791
Simplify and improve indent rules in 'lua-ts-mode'

* lisp/progmodes/lua-ts-mode.el (c-ts-common): Require it.
(lua-ts-mode): Set 'c-ts-common' variables.
(lua-ts--simple-indent-rules): Replace custom indent rules for
tables, arguments and parameters with
'c-ts-common-baseline-indent-rule'.
Improve consistency of indentation for IIFEs and nested functions.
(lua-ts--variable-declaration-continuation)
(lua-ts--variable-declaration-continuation-anchor): Reformat.
(lua-ts--comment-first-sibling-matcher)
(lua-ts--first-child-matcher, lua-ts--first-real-sibling-anchor)
(lua-ts--function-definition-p, lua-ts--g-g-g-parent)
(lua-ts--g-g-parent, lua-ts--nested-function-argument-matcher)
(lua-ts--nested-function-block-include-matcher)
(lua-ts--nested-function-block-matcher)
(lua-ts--nested-function-end-argument-matcher)
(lua-ts--nested-function-end-matcher)
(lua-ts--nested-function-last-function-matcher)
(lua-ts--top-level-function-call-matcher): Remove.
* test/lisp/progmodes/lua-ts-mode-resources/indent.erts:
Update tests.  (Bug#76986)

(cherry picked from commit 1528d315643d864204f327acb4ec19dd8d859de8)
lisp/progmodes/lua-ts-mode.el
test/lisp/progmodes/lua-ts-mode-resources/indent.erts