Skip to content

Commit f8342c9

Browse files
committed
fix: markdown bold and italic highlights on v9.5
fixes #32
1 parent e149862 commit f8342c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/cyberdream/theme.lua

+2
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ function M.setup()
312312

313313
-- TreeSitter Specific
314314
["@variable"] = { fg = t.fg },
315+
["@markup.strong"] = { fg = t.pink, bold = true },
316+
["@markup.italic"] = { fg = t.blue, italic = true },
315317
}
316318

317319
if opts.borderless_telescope then

0 commit comments

Comments
 (0)