Skip to content

Commit 90a56c9

Browse files
authored
fix: markup italic typo (#153)
1 parent 072b21d commit 90a56c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/zenbones/specs/dark.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ local function generate(p, opt)
267267
sym "@comment.note" { DiagnosticInfo },
268268

269269
sym "@markup.strong" { Bold },
270-
sym "@markup.itailc" { Italic },
270+
sym "@markup.italic" { Italic },
271271
sym "@markup.strikethrough" { gui = "strikethrough" },
272272
sym "@markup.underline" { Underlined },
273273

lua/zenbones/specs/light.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ local function generate(p, opt)
267267
sym "@comment.note" { DiagnosticInfo },
268268

269269
sym "@markup.strong" { Bold },
270-
sym "@markup.itailc" { Italic },
270+
sym "@markup.italic" { Italic },
271271
sym "@markup.strikethrough" { gui = "strikethrough" },
272272
sym "@markup.underline" { Underlined },
273273

0 commit comments

Comments
 (0)