1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/test/lisp/progmodes/lua-ts-mode-resources
john muhl a66069c50c Support indented continuation lines in lua-ts-mode
* lisp/progmodes/lua-ts-mode.el (lua-ts--simple-indent-rules):
Add a rule to indent multi-line assignments and if statements.
(lua-ts-indent-continuation-lines): New user option.
* test/lisp/progmodes/lua-ts-mode-resources/indent.erts: Add
tests.  (Bug#68279)
2024-01-11 21:51:23 +01:00
..
font-lock.lua Add font-lock tests for lua-ts-mode (bug#67605) 2023-12-09 10:57:22 +02:00
indent.erts Support indented continuation lines in lua-ts-mode 2024-01-11 21:51:23 +01:00
movement.erts