feat(nvim): support italics in typst ft
This commit is contained in:
parent
48270006c4
commit
0c41ec26a3
@ -8,3 +8,8 @@ vim.api.nvim_set_hl(
|
|||||||
{ underline = true, bold = true }
|
{ underline = true, bold = true }
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
vim.api.nvim_set_hl(
|
||||||
|
0,
|
||||||
|
"@text.emph.typst",
|
||||||
|
{ link = "@text.emphasis" }
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user