fix(treesitter): consolidate notes
This commit is contained in:
@@ -253,8 +253,9 @@ function M.setup()
|
||||
["@markup.strikethrough"] = { strikethrough = true },
|
||||
["@markup.underline"] = { underline = true },
|
||||
["@markup.heading"] = { link = "Title" },
|
||||
["@comment.hint"] = { fg = c.hint },
|
||||
["@comment.note"] = { fg = c.hint },
|
||||
["@comment.error"] = { fg = c.error },
|
||||
["@comment.hint"] = { fg = c.hint },
|
||||
["@comment.info"] = { fg = c.info },
|
||||
["@comment.warning"] = { fg = c.warning },
|
||||
["@comment.todo"] = { fg = c.todo },
|
||||
|
||||
Reference in New Issue
Block a user