mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-11 16:26:38 -04:00
* lisp/progmodes/lua-ts-mode.el (lua-ts-mode): Remove incorrect usage of 'which-func-functions'. * test/lisp/progmodes/lua-ts-mode-tests.el (lua-ts-test-which-function): Add test. * test/lisp/progmodes/lua-ts-mode-resources/which-function.lua: New file.
4 lines
37 B
Lua
4 lines
37 B
Lua
local function f(x)
|
|
print(x)
|
|
end
|