catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.43k stars 52 forks source link

feat(syntax): add support for markdown in quarto documents #376

Closed juba closed 6 months ago

juba commented 6 months ago

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.