Skip to content

Commit ec59253

Browse files
authored
fix(treesitter): '@comment.note' correctly set (#408)
1 parent fe73b52 commit ec59253

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/nightfox/group/modules/treesitter.lua

-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ function M.get(spec, config, opts)
169169
hl["@text.todo.checked"] = hl["@markup.list.checked"]
170170
hl["@text.todo.unchecked"] = hl["@markup.list.unchecked"]
171171

172-
hl["@comment.note"] = hl["@comment.hint"]
173-
174172
-- @text.todo is now for todo comments, not todo notes like in markdown
175173
hl["@text.todo"] = hl["@comment.todo"]
176174
hl["@text.warning"] = hl["@comment.warning"]

0 commit comments

Comments
 (0)