diff --git a/lua/dullahan/theme.lua b/lua/dullahan/theme.lua index 68c27ed2..0b684bc4 100644 --- a/lua/dullahan/theme.lua +++ b/lua/dullahan/theme.lua @@ -244,7 +244,7 @@ function M.setup() ["@markup.raw"] = { link = "String" }, ["@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" },