mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix highlighting of destructured fields in TS
This commit is contained in:
parent
5d89782794
commit
18ecbd5b33
1 changed files with 2 additions and 0 deletions
|
@ -314,6 +314,8 @@
|
|||
hi! link typescriptVariable jsStorageClass
|
||||
hi! link typescriptAmbientDeclaration typescriptVariable
|
||||
hi! link typescriptVariableDeclaration Variable
|
||||
hi! link typescriptDestructureLabel typescriptVariableDeclaration
|
||||
hi! link typescriptDestructureVariable typescriptVariableDeclaration
|
||||
hi! link typescriptGlobal typescriptVariableDeclaration
|
||||
hi! link typescriptTypeReference Type
|
||||
hi! link typescriptTypeParameter typescriptTypeReference
|
||||
|
|
Loading…
Reference in a new issue