Skip to content

Commit

Permalink
fix markup.italic (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentuca authored Sep 8, 2024
1 parent d3e8b1a commit 7557f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nightfox/group/modules/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function M.get(spec, config, opts)
-- Markup -----------------------------------------------------------------
["@markup"] = { fg = spec.fg1 }, -- For strings considerated text in a markup language.
["@markup.strong"] = { fg = P.red:subtle(), style = "bold" }, -- bold text
["@markup.italic"] = { link = "" }, -- italic text
["@markup.italic"] = { link = "Italic" }, -- italic text
["@markup.strikethrough"] = { fg = spec.fg1, style = "strikethrough" }, -- struck-through text
["@markup.underline"] = { link = "Underline" }, -- underlined text (only for literal underline markup!)

Expand Down

0 comments on commit 7557f26

Please sign in to comment.