Description
Thanks for the awesome project!
I'm considering using expr embedded within a product, however I'd want to ensure my end users get syntax highlighting within their editor (VSCode support as a minimum). Without this end users aren't going to have the best possible experience.
I can't really expect them to use the standalone expr
editor given that by its nature this is embedded within other syntaxes and contexts (so users pulling out the expression to work on in another editor is too much friction).
I can see on the docs site you've got expr
blocks highlighted and you're using prism, but I couldn't track down how that was being implemented.
Do you already have a TextMate grammar, language server or VSCode extension? If not, can something along these lines be added?