1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00

; Add tests for 'lua-mode'

* test/lisp/progmodes/lua-mode-resources/font-lock.lua:
* test/lisp/progmodes/lua-mode-resources/hide-show.lua:
* test/lisp/progmodes/lua-mode-resources/indent.erts:
* test/lisp/progmodes/lua-mode-resources/movement.erts:
* test/lisp/progmodes/lua-mode-resources/which-function.lua:
* test/lisp/progmodes/lua-mode-tests.el: New file.
This commit is contained in:
john muhl 2025-03-21 12:15:02 -05:00 committed by Po Lu
parent 38a0775742
commit c5656af2ff
6 changed files with 1980 additions and 0 deletions

View file

@ -0,0 +1,3 @@
local function f(x)
print(x)
end