tree_sitter_highlight_wasm
Run this command in a terminal, in your project's directory:
cargo add tree-sitter-highlight-wasm
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
tree-sitter-highlight-wasm = "0.25.9"
The tree_sitter_highlight_wasm library will be automatically available globally. Read the tree_sitter_highlight_wasm library documentation.
Back to the crate overview.