Fixed error todos having the incorrect highlight group

This commit is contained in:
2025-08-04 15:28:54 +03:00
parent 19d71dd596
commit d86279abcf

View File

@@ -192,7 +192,7 @@ local groups = {
},
error = {
keywords = { 'FIX', 'FIXME', 'BUG', 'ERROR', 'UNSAFE', 'SAFETY' },
hl = '@comment.fix.comment',
hl = '@comment.error.comment',
},
perf = {
keywords = { 'PERF', 'OPTIMIZE' },