Crates.io | jellybean-pack-0 |
lib.rs | jellybean-pack-0 |
version | 0.0.2 |
source | src |
created_at | 2023-09-13 08:33:53.700229 |
updated_at | 2023-09-13 08:33:53.700229 |
description | Sweet syntax highlighting with tree-sitter. |
homepage | |
repository | https://github.com/SergioBenitez/jellybean |
max_upload_size | |
id | 971309 |
size | 6,191,585 |
Syntax highlighting library using tree-sitter.
This is almost ready for release. But not quite yet. To build, first sync:
cargo xtask sync
Run some examples:
cargo run -p example-bat -- file/to/highlight.ext
cargo run -p example-html -- file/to/highlight.ext output/file.html
cargo run -p example-cached