Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(lsp): ignore null responses for semanticTokens request (#21364) | fsouza | 2022-12-10 |
| | | | | | | | | The spec indicates that the response may be `null`, but it doesn't really say what a `null` response means. Since neovim raises an error if the response is `null`, I figured that ignoring it would be the safest bet. Co-authored-by: Mathias Fussenegger <f.mathias@zignar.net> | ||
* | feat(lsp): initial support for semantic token highlighting | John Drouhard | 2022-12-08 |
| | | | | | | * credit to @smolck and @theHamsta for their contributions in laying the groundwork for this feature and for their work on some of the helper utility functions and tests | ||
* | refactor(test): create an lsp-specific helpers.lua file | John Drouhard | 2022-12-08 |
* move the code for creating fake rpc servers there |