v5.1.0
Improvements
- Fix how
syntect::util::split_at()
handles multi-byte characters - Allow case insensitive search for .tmtheme paths
- impl
PartialEq
forTheme
Dependencies
- Upgrade
fancy-regex
to 0.11 - Upgrade
regex-syntax
to 0.7 - Replace
lazy_static
withonce_cell
Other
- Change MSRV policy to "last three stable versions"
- Make
Debug
impl ofsyntect::highlighting::Color
less verbose