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