Cargo Features
[dependencies]
syntastica-highlight = { version = "0.4.1", default-features = false, features = ["runtime-c", "runtime-c2rust"] }
- default = runtime-c
-
## Features
- runtime-c default
-
Use the standard tree-sitter C runtime. See
syntastica
's WebAssembly support for more information.Enables tree-sitter ^0.20.10
- runtime-c2rust
-
Use the pure Rust tree-sitter runtime. See
syntastica
's WebAssembly support for more information.Enables tree-sitter-c2rust ^0.20.10