| Crates.io | jellybean-pack-1 |
| lib.rs | jellybean-pack-1 |
| version | 0.0.2 |
| created_at | 2023-09-13 08:35:46.728783+00 |
| updated_at | 2023-09-13 08:35:46.728783+00 |
| description | Sweet syntax highlighting with tree-sitter. |
| homepage | |
| repository | https://github.com/SergioBenitez/jellybean |
| max_upload_size | |
| id | 971311 |
| size | 5,811,918 |
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