# MF2 WASM Editor v0.2.0 - Table of Contents Browser-side MF2 syntax highlighter + Phoenix LiveView hook. Ships a prebuilt web-tree-sitter bundle and the tree-sitter-mf2 grammar compiled to WASM. Consumers drop a script tag and a textarea-over-pre widget — no per-keystroke server round trip. ## Pages - [mf2_wasm_editor](readme.md) - [Changelog](changelog.md) - [Licence](license.md) - Guides - [Wiring](wiring.md) - [Features](features.md) ## Modules - [Mf2WasmEditor](Mf2WasmEditor.md): Browser-side MF2 syntax highlighter for Phoenix LiveView apps. ## Mix Tasks - [mix mf2_wasm_editor.sync](Mix.Tasks.Mf2WasmEditor.Sync.md): Sync the vendored grammar + WASM + queries from the published [`tree-sitter-mf2`](https://www.npmjs.com/package/tree-sitter-mf2) npm package.