Fixes and new APIs
- Add
html::line_tokens_to_classed_spans
to also take a mutable ScopeStack, deprecatetokens_to_classed_spans
, to avoid panics and incorrect highlighting. - Derive Hash for Color and Style
- Add
find_unlinked_contexts
toSyntaxSet
- Add
syntaxes
method toSyntaxSetBuilder
- Bump
fancy-regex
to v0.7 andyaml-rust
to v0.4.5