Add Quarto language extension
Summary
Adds support for Quarto documents (.qmd files) to Zed.
Features
- Syntax highlighting for markdown block elements (headers, lists, block quotes, tables)
- Inline formatting (bold, italic, strikethrough, inline code, links)
-
Code block injections for:
- R (
{r}) - Python (
{python}) - Julia (
{julia}) - Observable JS (
{ojs}) - Mermaid diagrams (
{mermaid}) - Graphviz/Dot (
{dot}) - LaTeX/TeX (
{latex},{tex}) - Standard markdown code blocks
- R (
- YAML front matter highlighting
- Outline view for document navigation
- Code snippets for common Quarto patterns
Extension Repository
https://github.com/prefrontal-systems/zed-quarto-plugin
License
MIT
We require contributors to sign our Contributor License Agreement, and we don't have @prefrontalsys on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.
@cla-bot check
We require contributors to sign our Contributor License Agreement, and we don't have @prefrontalsys on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.
The cla-bot has been summoned, and re-checked this pull request!
@cla-bot check
The cla-bot has been summoned, and re-checked this pull request!
Ah sorry, you missed the change to CI in a recent commit of mine, have to ask you to merge main again (will be the last time, I promise)