This PR add support for markdown content in quarto document.
Quarto files have a slightly different naming scheme for scopes, and use the "quarto" suffix instead of markdown. This PR adds this suffix to markdown.ts when necessary. It also add a fontStyle: "bold" to the markup.heading.quarto scope in order to keep headings in bold as in regular markdown.
Many thanks for your work on catppuccin, the latte theme is one of my favourites.
This PR add support for markdown content in quarto document.
Quarto files have a slightly different naming scheme for scopes, and use the "quarto" suffix instead of markdown. This PR adds this suffix to
markdown.ts
when necessary. It also add afontStyle: "bold"
to themarkup.heading.quarto
scope in order to keep headings in bold as in regular markdown.Many thanks for your work on catppuccin, the latte theme is one of my favourites.