cursorless
cursorless copied to clipboard
Support qmd files
Currently commands don't work in .qmd files (see https://quarto.org/), but since it's more or less markdown it would be nice if we could have basic supports for it (e.g. without the additional features/syntax).
Yeah shouldn't be too hard. Can basically just see how we handle eg jsonc today: we just reuse the json parser, and it mostly just works. Can just grep in https://github.com/cursorless-dev/vscode-parse-tree and https://github.com/cursorless-dev/cursorless for jsonc to see how it works; should be easy fix
Yeah shouldn't be too hard. Can basically just see how we handle eg jsonc today: we just reuse the json parser, and it mostly just works. Can just grep in https://github.com/cursorless-dev/vscode-parse-tree and https://github.com/cursorless-dev/cursorless for
jsoncto see how it works; should be easy fix
One thing I have noticed is that no Cursorless commands work when Quarto's extension is active. Not really sure who's the culprit and/or how to go about debugging that.