# cursive-syntect
[](https://crates.io/crates/cursive-syntect)
[](./LICENSE)
[](https://gitter.im/cursive-rs/cursive)
This is a thin adapter to style a string for cursive using a highlighter from syntect.
See the example for usage.
<a href="examples/parse.rs"><img src="https://i.imgur.com/a8bfe5s.png" alt="syntect example" width="48%" /></a>
```toml
[dependencies]
cursive-syntect = "0.1"
```