mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: use treesitter highlights for @lsp.type.variable (#233)
This commit is contained in:
parent
9d0e1b70d9
commit
95e9767165
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ local function set_highlights()
|
|||
["@lsp.type.namespace"] = { link = "@namespace" },
|
||||
["@lsp.type.parameter"] = { link = "@parameter" },
|
||||
["@lsp.type.property"] = { link = "@property" },
|
||||
["@lsp.type.variable"] = { link = "@variable" },
|
||||
["@lsp.type.variable"] = {}, -- use treesitter styles for regular variables
|
||||
["@lsp.typemod.function.defaultLibrary"] = { link = "@function.builtin" },
|
||||
["@lsp.typemod.operator.injected"] = { link = "@operator" },
|
||||
["@lsp.typemod.string.injected"] = { link = "@string" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue