mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
feat(lsp): initial support for semantic token highlighting
* 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
This commit is contained in:
@@ -5,6 +5,7 @@ local M = {}
|
||||
M.priorities = {
|
||||
syntax = 50,
|
||||
treesitter = 100,
|
||||
semantic_tokens = 125,
|
||||
diagnostics = 150,
|
||||
user = 200,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user