xonsh/news/dont_crash_without_pygments.rst
Gil Forsyth 2d75729962
fix(styles): fall back to default style if style not found (#4906)
The fallback is already the default behavior if the user has `pygments`
installed, but if they don't we were awkwardly bailing out here and
preventing startup.
2022-08-03 11:35:28 +05:30

23 lines
241 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Warn and continue if a user without ``pygments`` tries to load an unknown style
**Security:**
* <news item>