jellybean

Crates.iojellybean
lib.rsjellybean
version0.0.2
sourcesrc
created_at2023-09-01 22:30:34.304296
updated_at2023-09-13 08:37:24.383061
descriptionSyntax highlighting with tree-sitter. Sweet colors.
homepage
repositoryhttps://github.com/SergioBenitez/jellybean
max_upload_size
id961239
size42,241
Sergio Benitez (SergioBenitez)

documentation

https://docs.rs/jellybean

README

Jellybean

Syntax highlighting library using tree-sitter.

Work in Progress

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
Commit count: 4

cargo fmt