I find that the standard todo code tags FIXME
and TODO
(inside comments, or anywhere) aren’t highlighted in Lua files. I can add new todo tags (via syn match todo ...
) but I can’t seem to “re-add” these standard ones the same way. They remain unhighlighted.
I realize Neovim is no longer using syntax/lua.vim, so what’s a simple way to get FIXME and TODO back? (I am not looking to disable treesitter for Lua. I’d just appreciate whatever small modification there is to get FIXME and TODO working again the way they did before.)
Thanks!