Skip to content

Commit 582fe0a

Browse files
authored
Update treesitter.lua, enable strikethrough and underline
1 parent ab41956 commit 582fe0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/kanagawa/highlights/treesitter.lua

+2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ function M.setup(colors, config)
124124
-- @markup.italic ; italic text
125125
["@markup.italic"] = { italic = true },
126126
-- @markup.strikethrough ; strikethrough text
127+
["@markup.strikethrough"] = { strikethrough = true },
127128
-- @markup.underline (Underlined) ; underlined text
129+
["@markup.underline"] = { underline = true },
128130

129131
-- @markup.heading (Title) ; headings, titles (including markers)
130132
["@markup.heading"] = { link = "Function" },

0 commit comments

Comments
 (0)