lumis_wasm_bundle_web

A group of Lumis language packages for css, diff, html, javascript, json, tsx, typescript.

Installation

def deps do
[
{:lumis, "~> 0.8"},
{:lumis_wasm_bundle_web, "~> 0.1.0"}
]
end

What it contains

Nothing but the list above. This package has no code and no parser bytes — it depends on one lumis_wasm_* package per language, and each of those carries a Tree-sitter WASM parser and its queries. Adding it adds them all, and it widens when the bundle gains a language.

Depend on the individual packages instead if you want to choose them yourself.

License

MIT.