feat(hl): better hl

This commit is contained in:
Barrett Ruth 2025-09-19 22:23:01 -04:00
parent 93be3b0dc9
commit db85bacd4c
5 changed files with 123 additions and 110 deletions

View file

@ -239,7 +239,7 @@ local function toggle_run_panel(is_debug)
vim.api.nvim_buf_set_extmark(bufnr, test_list_namespace, hl.line, hl.col_start, {
end_col = hl.col_end,
hl_group = hl.highlight_group,
priority = 100,
priority = 200,
})
end
end