You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There’s no @lezer/sql so the built-in Lezer-based highlighting doesn’t support SQL (yet). There is somewhat of a Lezer grammar in @codemirror/lang-sql, but it’s fairly primitive, and not easily usable as a standalone grammar. We should perhaps write our own?