Crate cursive_syntect

Source
Expand description

Parse text using a syntect highlighter.

The parse() function can be used to generate a StyledString using a highlighter and a syntax set.

Functionsยง

parse
Parse text using a syntect highlighter.
translate_color
Translate a syntect color into a cursive color.
translate_effects
Translate a syntect font style into a set of cursive effects.
translate_style
Translate a syntect style into a cursive style.