Commit Graph
8 Commits
Author SHA1 Message Date
Amaan QureshiandGitHub 3a638383d2 feat(lsp): add more highlights (#379) 2023-05-20 09:06:30 +02:00
Amaan QureshiandGitHub fc4b07d158 feat(lsp): add more highlights (#374) 2023-05-07 19:30:53 +02:00
Amaan QureshiandGitHub dc5b5e20bc feat(semantic_tokens): highlight lsp.typemod.macro.defaultLibrary as @function.builtin (#358) 2023-04-19 09:23:18 +02:00
Amaan QureshiandGitHub b6f207ebf6 feat(treesitter): darken builtin types & revert reset comment type (#356)
* feat(treesitter): darken builtin types

* Revert "fix(semantic_tokens): reset comment type (#354)"

This reverts commit 3d2f79cd1f.
2023-04-19 07:17:47 +02:00
Amaan QureshiandGitHub 78bcc2fae7 fix(lsp): enumMember should be highlighted @constant (#352) 2023-04-17 07:34:42 +02:00
Amaan QureshiandGitHub 3b331463ed feat(lsp): set injected highlights (#340) 2023-03-23 07:37:49 +01:00
Amaan QureshiandGitHub b233a3cab0 feat(semantic_tokens): link lsp comments, e.g. conditional C ifdefs that won't evaluate (#334) 2023-03-14 12:14:31 +01:00
827b05e12c feat: add lsp hl groups from upstream, tidy up tree-sitter hls (#330)
* chore: remove commented deprecated groups

* feat: add rule-based sem token highlighting (tracking https://github.com/neovim/neovim/commit/1cc23e1109ed88275df5c986c352f73b99a0301c)

* feat: add ts-rainbow2 highlights

* feat: add special string documentation highlight, remove unused group, and reorganize hl groups based on nvim-treesitter

* fix: linked to treesitter groups and added some additional missing hl groups

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-03-07 08:51:51 +01:00