Typst language support for CodeMirror editor
npm install codemirror-lang-typstThis package provides Typst language support for the CodeMirror editor.
WebAssembly support is required because this package implements the parser
through wasm binding to the official typst-syntax crate.
TODO