Skip to content

Commit

Permalink
Update treesitter.lua, fix rebelot#272
Browse files Browse the repository at this point in the history
  • Loading branch information
yifan0414 authored Jan 20, 2025
1 parent 988082e commit 05a6274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/kanagawa/highlights/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ function M.setup(colors, config)
-- @markup.link.label link, reference descriptions
-- @markup.link.url URL-style links
["@markup.link.url"] = { link = "@string.special.url" },
["@markup.link"] = { link = "Tag" },
["@markup.link.label"] = { link = "Tag" },
-- @markup.raw literal or verbatim text (e.g. inline code)
["@markup.raw"] = { link = "String" },
-- @markup.raw.block literal or verbatim text as a stand-alone block
Expand Down

0 comments on commit 05a6274

Please sign in to comment.