I want to build a mixed language around @codemirror/lang-sql but it doesn’t look like the lezer parser is exposed, which I believe I need in order to use it as the outer language and configure inner languages underneath it.
Is this possible, or is there a better pattern I should be following?
Ah ok I see for the lang-sql package, at least, I can access the LRParser via the SQLDialect, ex. StandardSQL.language.parser – is that what you’d recommend?