1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 07:40:39 -08:00
emacs/test/lisp/progmodes/lua-ts-mode-resources
john muhl 34f3ac6c5b Fontify all comment delimiters in 'lua-ts-mode'
* 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)
2025-08-30 11:31:34 +03:00
..
font-lock.lua Fontify all comment delimiters in 'lua-ts-mode' 2025-08-30 11:31:34 +03:00
hide-show.lua Use TS to support 'hs-minor-mode' in 'lua-ts-mode' 2025-03-08 20:50:59 +02:00
indent.erts ; Fix 'lua-ts-mode' tests (Bug#77102) 2025-03-20 15:35:09 +02:00
movement.erts ; Cleanup sexp things in 'lua-ts-mode' 2025-02-26 04:52:15 +01:00
which-function.lua