aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/lua-ts-mode-resources/which-function.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix which-function error in 'lua-ts-mode' (bug#70515)john muhl2024-04-251-0/+3
* 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.