jellybean-pack-0

Crates.iojellybean-pack-0
lib.rsjellybean-pack-0
version0.0.2
sourcesrc
created_at2023-09-13 08:33:53.700229
updated_at2023-09-13 08:33:53.700229
descriptionSweet syntax highlighting with tree-sitter.
homepage
repositoryhttps://github.com/SergioBenitez/jellybean
max_upload_size
id971309
size6,191,585
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