extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Add Quarto language extension

Open prefrontalsys opened this issue 3 months ago • 6 comments

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
  • 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

prefrontalsys avatar Nov 21 '25 02:11 prefrontalsys

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[bot] avatar Nov 21 '25 02:11 cla-bot[bot]

@cla-bot check

prefrontalsys avatar Nov 21 '25 13:11 prefrontalsys

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[bot] avatar Nov 21 '25 13:11 cla-bot[bot]

The cla-bot has been summoned, and re-checked this pull request!

cla-bot[bot] avatar Nov 21 '25 13:11 cla-bot[bot]

@cla-bot check

prefrontalsys avatar Nov 21 '25 13:11 prefrontalsys

The cla-bot has been summoned, and re-checked this pull request!

cla-bot[bot] avatar Nov 21 '25 13:11 cla-bot[bot]

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)

MrSubidubi avatar Nov 26 '25 12:11 MrSubidubi