Fixed error todos having the incorrect highlight group
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user