[nvim] minor fixes to typescript syntax highlighting

This commit is contained in:
Dmytro Meleshko 2021-04-22 20:11:56 +03:00
parent bff7aeb006
commit be265eac7c
1 changed files with 2 additions and 0 deletions

View File

@ -330,6 +330,7 @@
hi! link typescriptCall Variable
hi! link typescriptArrowFuncArg typescriptCall
hi! link typescriptFuncType typescriptCall
hi! link typescriptMessage NONE
hi! link typescriptVariable jsStorageClass
hi! link typescriptAmbientDeclaration typescriptVariable
hi! link typescriptVariableDeclaration Variable
@ -342,6 +343,7 @@
hi! link typescriptConstructorType typescriptConstructSignature
hi! link typescriptEndColons Delimiter
hi! link typescriptImport jsImport
hi! link typescriptImportType typescriptImport
hi! link typescriptExport jsExport
hi! link typescriptNull jsNull
hi! link typescriptObjectLabel jsObjectKey