Also don't highlight todo in mojo files

This commit is contained in:
2026-01-05 11:51:13 +00:00
parent 5def28d407
commit f59a288d59

View File

@@ -36,6 +36,7 @@ local kanagawa = {
-- Don't lighlight TODO specially in comments -- Don't lighlight TODO specially in comments
for _, todo_group in pairs({ for _, todo_group in pairs({
'confTodo', 'confTodo',
'mojoTodo',
'ps1CommentTodo', 'ps1CommentTodo',
'pythonTodo', 'pythonTodo',
'zshTodo', 'zshTodo',