Skip to content

Commit

Permalink
fix: markup italic typo (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Feb 3, 2024
1 parent 072b21d commit 90a56c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ local function generate(p, opt)
sym "@comment.note" { DiagnosticInfo },

sym "@markup.strong" { Bold },
sym "@markup.itailc" { Italic },
sym "@markup.italic" { Italic },
sym "@markup.strikethrough" { gui = "strikethrough" },
sym "@markup.underline" { Underlined },

Expand Down
2 changes: 1 addition & 1 deletion lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ local function generate(p, opt)
sym "@comment.note" { DiagnosticInfo },

sym "@markup.strong" { Bold },
sym "@markup.itailc" { Italic },
sym "@markup.italic" { Italic },
sym "@markup.strikethrough" { gui = "strikethrough" },
sym "@markup.underline" { Underlined },

Expand Down

0 comments on commit 90a56c9

Please sign in to comment.