fix: update functions and local member variables
This commit is contained in:
parent
e53bb10b9e
commit
3db4f697ae
1 changed files with 2 additions and 0 deletions
|
|
@ -299,7 +299,9 @@ return lush(function(injected_functions)
|
|||
sym("@lsp.mod.declaration.typescript")({ fg = purple }),
|
||||
sym("@lsp.typemod.class.defaultLibrary.typescript")({ fg = yellow }),
|
||||
sym("@lsp.type.namespace.typescript")({ fg = white }),
|
||||
sym("@lsp.typemod.member.declaration.typescript")({ fg = yellow }),
|
||||
sym("@lsp.typemod.parameter.declaration.typescript")({ fg = white }),
|
||||
sym("@lsp.typemod.variable.declaration.typescript ")({ fg = white }),
|
||||
|
||||
sym("@label.json")({ fg = purple }),
|
||||
sym("@label.jsonc")({ fg = purple }),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue