aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/lua-ts-mode-resources/font-lock.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fontify all comment delimiters in 'lua-ts-mode'john muhl2025-08-301-0/+5
| | | | | | | | | * lisp/progmodes/lua-ts-mode.el (lua-ts--comment-font-lock): Apply 'font-lock-comment-delimiter-face' to the entire span of initial dashes. In particular, this improves the appearance of LuaCATS and EmmyLua style annotations which use "---". * test/lisp/progmodes/lua-ts-mode-resources/font-lock.lua: Add tests. (Bug#79258)
* Add font-lock tests for lua-ts-mode (bug#67605)john muhl2023-12-091-0/+339
* test/lisp/progmodes/lua-ts-mode-tests.el (lua-ts-test-font-lock): Add ert-font-lock tests. (lua-ts-mode-test-indentation): (lua-ts-test-indentation): (lua-ts-mode-test-movement): (lua-ts-test-movement): Rename for consistency. * test/lisp/progmodes/lua-ts-mode-resources/font-lock.lua: New file.