fix: empty space
This commit is contained in:
parent
3db4f697ae
commit
0d1d0a8113
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ return lush(function(injected_functions)
|
|||
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("@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