Skip to content

Commit

Permalink
fix(treesitter): '@comment.note' correctly set (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Jan 24, 2024
1 parent fe73b52 commit ec59253
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/nightfox/group/modules/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ function M.get(spec, config, opts)
hl["@text.todo.checked"] = hl["@markup.list.checked"]
hl["@text.todo.unchecked"] = hl["@markup.list.unchecked"]

hl["@comment.note"] = hl["@comment.hint"]

-- @text.todo is now for todo comments, not todo notes like in markdown
hl["@text.todo"] = hl["@comment.todo"]
hl["@text.warning"] = hl["@comment.warning"]
Expand Down

0 comments on commit ec59253

Please sign in to comment.