2 releases

0.0.2 Sep 13, 2023
0.0.1 Sep 1, 2023

#712 in Text processing

34 downloads per month

MIT/Apache

12MB
1.5K SLoC

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

lib.rs:

Tree-sitter based syntax highlighting.

Supported Languages

Feature File Types Description

Dependencies

~3–6.5MB
~112K SLoC