Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(lua): get all marks instead of iterating over namespaces | Luuk van Baal | 2023-04-02 |
| | | | | | | Inspector now also includes highlights set in anonymous namespaces. Close #22732 | ||
* | feat(lsp)!: add rule-based sem token highlighting (#22022) | swarn | 2023-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 Jung | 2023-03-04 |
| | |||
* | fix(inspect): alwasy resolve full treesitter lang hl groups | Folke Lemaitre | 2023-02-28 |
| | |||
* | feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect` | Folke Lemaitre | 2022-12-17 |