New features
- Semantic highlighting
textDocument/semanticTokens/{range,full}. - Catch panics in request handlers and show messages to LSP clients.
- Incremental change notification handling for
textDocument/didChange.
Fixes
- Load only
.nixfiles in workspace. This could speed up workspace loading. - Remove unmaintained
ansi_termfrom dependency tree.