Skip to content

Commit

Permalink
fix(todo-comment): add missing keywords (ayamir#1225)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Chiu <[email protected]>
  • Loading branch information
CharlesChiuGit authored and husheng committed Apr 10, 2024
1 parent 2ff8c7a commit 9f87893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/modules/configs/ui/todo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ return function()
WARN = { icon = icons.diagnostics.Warning, color = "warning", alt = { "WARNING", "XXX" } },
PERF = { icon = icons.ui.Perf, alt = { "OPTIM", "PERFORMANCE", "OPTIMIZE" } },
NOTE = { icon = icons.ui.Note, color = "hint", alt = { "INFO" } },
TEST = { icon = icons.ui.Lock, color = "test", alt = { "TESTING", "PASSED", "FAILED" } },
},
gui_style = {
fg = "NONE",
Expand All @@ -29,7 +30,7 @@ return function()
after = "",
comments_only = true,
max_line_len = 500,
exclude = { "big_file_disabled_ft" },
exclude = { "big_file_disabled_ft", "checkhealth" },
},
colors = {
error = { "DiagnosticError", "ErrorMsg", "#DC2626" },
Expand Down

0 comments on commit 9f87893

Please sign in to comment.