fix(treesitter): consolidate notes

This commit is contained in:
Folke Lemaitre
2024-01-21 10:47:58 +01:00
parent 5c74eb7ab3
commit ba35fbe16c

View File

@@ -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 },