Skip to content

Commit

Permalink
fix(treesitter): consolidate notes
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 21, 2024
1 parent 5c74eb7 commit ba35fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/tokyonight/theme.lua
Expand Up @@ -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 },
Expand Down

0 comments on commit ba35fbe

Please sign in to comment.