]> git.eshelyaron.com Git - emacs.git/commit
bug#65673: Add lua-ts-mode
authorbug-gnu-emacs@gnu.org <bug-gnu-emacs@gnu.org>
Mon, 11 Sep 2023 15:03:13 +0000 (10:03 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Sep 2023 10:01:43 +0000 (13:01 +0300)
commitb6659e98a4fcaa44477b64d7782243feca020418
treee1d3617bba53898349f50652c4c028b09af274dd
parent2ea98ea35c82da31ef419da3b49789ab750e8e00
bug#65673: Add lua-ts-mode

* lisp/progmodes/lua-ts-mode.el:
* test/lisp/progmodes/lua-ts-mode-resources/indent.erts:
* test/lisp/progmodes/lua-ts-mode-tests.el: New files.
* etc/NEWS: Mention the new mode.
* lisp/progmodes/eglot.el (eglot-server-programs):
* lisp/progmodes/hideshow.el (hs-special-modes-alist):
Support 'lua-ts-mode'.
* admin/notes/tree-sitter/build-module/batch.sh:
* admin/notes/tree-sitter/build-module/build.sh: Add Lua.
* test/infra/Dockerfile.emba:
* test/infra/test-jobs.yml: Include lua-ts-mode tests.
admin/notes/tree-sitter/build-module/batch.sh
admin/notes/tree-sitter/build-module/build.sh
etc/NEWS
lisp/progmodes/eglot.el
lisp/progmodes/hideshow.el
lisp/progmodes/lua-ts-mode.el [new file with mode: 0644]
test/infra/Dockerfile.emba
test/infra/test-jobs.yml
test/lisp/progmodes/lua-ts-mode-resources/indent.erts [new file with mode: 0644]
test/lisp/progmodes/lua-ts-mode-resources/movement.erts [new file with mode: 0644]
test/lisp/progmodes/lua-ts-mode-tests.el [new file with mode: 0644]