fix(python-semshi): better highlights (#2839)
This commit is contained in:
@ -16,15 +16,16 @@ return {
|
|||||||
callback = function()
|
callback = function()
|
||||||
-- Only add style, inherit or link to the LSP's colors
|
-- Only add style, inherit or link to the LSP's colors
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
highlight! semshiGlobal gui=italic
|
highlight! link semshiGlobal @none
|
||||||
highlight! link semshiImported @none
|
highlight! link semshiImported @none
|
||||||
highlight! link semshiParameter @lsp.type.parameter
|
highlight! link semshiParameter @lsp.type.parameter
|
||||||
highlight! link semshiParameterUnused DiagnosticUnnecessary
|
|
||||||
highlight! link semshiBuiltin @function.builtin
|
highlight! link semshiBuiltin @function.builtin
|
||||||
highlight! link semshiAttribute @field
|
highlight! link semshiAttribute @field
|
||||||
highlight! link semshiSelf @lsp.type.selfKeyword
|
highlight! link semshiSelf @lsp.type.selfKeyword
|
||||||
highlight! link semshiUnresolved @lsp.type.unresolvedReference
|
highlight! link semshiUnresolved @none
|
||||||
highlight! link semshiFree @none
|
highlight! link semshiFree @none
|
||||||
|
highlight! link semshiAttribute @none
|
||||||
|
highlight! link semshiParameterUnused @none
|
||||||
]])
|
]])
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user