aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_inspector.lua
Commit message (Collapse)AuthorAge
* refactor(lua): get all marks instead of iterating over namespacesLuuk van Baal2023-04-02
| | | | | | Inspector now also includes highlights set in anonymous namespaces. Close #22732
* feat(lsp)!: add rule-based sem token highlighting (#22022)swarn2023-03-06
| | | | | | | | | | | | | feat(lsp)!: change semantic token highlighting Change the default highlights used, and add more highlights per token. Add an LspTokenUpdate event and a highlight_token function. :Inspect now shows any highlights applied by token highlighting rules, default or user-defined. BREAKING CHANGE: change the default highlight groups used by semantic token highlighting.
* docs(inspect): number → integer (#22511)Jaehwang Jung2023-03-04
|
* fix(inspect): alwasy resolve full treesitter lang hl groupsFolke Lemaitre2023-02-28
|
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17