Skip to content

Commit

Permalink
fix(markdown): added @markup.italic
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 19, 2024
1 parent 350a6ec commit 8885b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ function M.setup()
["@markup.math"] = { link = "Special" },
["@markup.strong"] = { bold = true },
["@markup.emphasis"] = { italic = true },
["@markup.italic"] = { italic = true },
["@markup.strikethrough"] = { strikethrough = true },
["@markup.underline"] = { underline = true },
["@markup.heading"] = { link = "Title" },
Expand Down

0 comments on commit 8885b75

Please sign in to comment.