v2.6.2
Added
- Added syntax highlighting & language icon support to 100+ languages by @KonradStanski 🎉 (#125, #129)

- Added config support for filtering GitLab & GitHub repositories by topic by @brendan-kellam (#121). E.g.,:
Changed
- Stale repositories are now automatically deleted from the index. This can be configured via
settings.autoDeleteStaleRepos
in the config by @brendan-kellam (#128). E.g.,:
{
"$schema": "./schemas/v2/index.json",
"settings": {
// Automatically delete stale repositories from the index. Defaults to true.
"autoDeleteStaleRepos": true
},
...
}
- Made language suggestions case insensitive by @brendan-kellam (#124)
Full Changelog: v2.6.1...v2.6.2