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:
parent
38a0775742
commit
c5656af2ff
6 changed files with 1980 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
local function f(x)
|
||||
print(x)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue