summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp/semantic_tokens_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-02-25test(lsp): flaky lsp/semantic_tokens_spec #38063zeertzjq1
2026-02-15test(lsp): wait up to 1 second to read messagesWayne Young1
2026-02-03feat(lsp): support range + full semantic token requests #37611jdrouhard1
2026-01-27feat(lsp): semantic token range improvements #37451jdrouhard1
2025-11-30feat(lsp): semanticTokens/range #36705Tristan Knight1
2025-07-13refactor(lsp): rename vim.lsp.semantic_tokens start/stop to enable()Yi Ming1
2025-07-13test(lsp): remove the deprecated `feed_command`Yi Ming1
2025-06-13feat(lsp): support multiline semantic tokens #34458Riley Bruins1
2025-03-17test(lsp): add a test for resetting the active request after receiving errorYi Ming1
2024-12-04feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-06-14refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly1
2024-06-07fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger1
2024-05-30refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger1
2024-05-23fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly1
2024-05-21fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-04test: reduce `exec_lua` callsdundargoc1
2024-03-16fix(lsp): add missing LSP semantic token highlight linksCaleb Marshall1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-08-15feat(highlight): Allow hyphens (-) in highlight group names (#24714)Gregory Anders1
2023-04-23test(lsp): fix unstable tests for semantic tokensjdrouhard1
2023-04-04docs: fix typosdundargoc1
2023-03-06feat(lsp)!: add rule-based sem token highlighting (#22022)swarn1
2023-02-28perf(lsp): only redraw the windows containing LSP tokensbfredl1
2022-12-29test(lsp): add a screen:expect() between insert() and feed_command() (#21577)zeertzjq1
2022-12-19fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla1
2022-12-12feat(lsp): highlight semantic token modifiers (#21390)Christian Clason1
2022-12-12perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard1
2022-12-10fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza1
2022-12-09fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard1
2022-12-08feat(lsp): initial support for semantic token highlightingJohn Drouhard1