Skip to content

Commit

Permalink
fix: treesitter markdown italic (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudyang1 committed May 7, 2024
1 parent dd0ab08 commit 054b7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ local function get_groups()
["@constant.macro"] = { link = "Define" },
["@markup"] = { link = "GruvboxFg1" },
["@markup.strong"] = { bold = config.bold },
["@markup.emphasis"] = { italic = config.italic.emphasis },
["@markup.italic"] = { link = "@text.emphasis" },
["@markup.underline"] = { underline = config.underline },
["@markup.strikethrough"] = { strikethrough = config.strikethrough },
["@markup.heading"] = { link = "Title" },
Expand Down

0 comments on commit 054b7fb

Please sign in to comment.