Crates.io | jellybean |
lib.rs | jellybean |
version | 0.0.2 |
source | src |
created_at | 2023-09-01 22:30:34.304296 |
updated_at | 2023-09-13 08:37:24.383061 |
description | Syntax highlighting with tree-sitter. Sweet colors. |
homepage | |
repository | https://github.com/SergioBenitez/jellybean |
max_upload_size | |
id | 961239 |
size | 42,241 |
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