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
.nix
files in workspace. This could speed up workspace loading. - Remove unmaintained
ansi_term
from dependency tree.