We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab41956 commit 582fe0aCopy full SHA for 582fe0a
lua/kanagawa/highlights/treesitter.lua
@@ -124,7 +124,9 @@ function M.setup(colors, config)
124
-- @markup.italic ; italic text
125
["@markup.italic"] = { italic = true },
126
-- @markup.strikethrough ; strikethrough text
127
+ ["@markup.strikethrough"] = { strikethrough = true },
128
-- @markup.underline (Underlined) ; underlined text
129
+ ["@markup.underline"] = { underline = true },
130
131
-- @markup.heading (Title) ; headings, titles (including markers)
132
["@markup.heading"] = { link = "Function" },
0 commit comments