mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
semantic: variable default library
This commit is contained in:
parent
7bdca02f7f
commit
b8a75f8281
|
|
@ -102,6 +102,7 @@ function Colorscheme.apply_semantic_hl()
|
|||
set_hl('@lsp.type.parameter', { link = '@parameter' })
|
||||
set_hl('@lsp.typemod.parameter.readyonly', { italic = true })
|
||||
set_hl('@lsp.typemod.variable.readonly', { link = '@variable.builtin' })
|
||||
set_hl('@lsp.typemod.variable.defaultLibrary.typescript', { link = '@variable.builtin' })
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue