We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Markdown
1 parent cd57a6e commit a35c94dCopy full SHA for a35c94d
lua/dullahan/theme.lua
@@ -244,7 +244,7 @@ function M.setup()
244
["@markup.raw"] = { link = "String" },
245
["@markup.math"] = { link = "Special" },
246
["@markup.strong"] = { bold = true },
247
- ["@markup.emphasis"] = { italic = true },
+ ["@markup.italic"] = { italic = true },
248
["@markup.strikethrough"] = { strikethrough = true },
249
["@markup.underline"] = { underline = true },
250
["@markup.heading"] = { link = "Title" },
0 commit comments