fix: markup italic typo (#153)

This commit is contained in:
Michael Chris Lopez
2024-02-03 20:28:52 +01:00
committed by GitHub
parent 072b21d16c
commit 90a56c9745
2 changed files with 2 additions and 2 deletions

View File

@@ -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 },

View File

@@ -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 },