[nvim] another fix for TypeScript syntax highlighting

This commit is contained in:
Dmytro Meleshko 2019-11-23 11:01:23 +02:00
parent 6b0b660993
commit a537c49b89
1 changed files with 4 additions and 0 deletions

View File

@ -299,6 +299,7 @@
hi! link typescriptVariable jsStorageClass
hi! link typescriptAmbientDeclaration typescriptVariable
hi! link typescriptVariableDeclaration Variable
hi! link typescriptGlobal typescriptVariableDeclaration
hi! link typescriptTypeReference Type
hi! link typescriptTypeParameter typescriptTypeReference
hi! link typescriptConstructSignature Keyword
@ -308,6 +309,9 @@
hi! link typescriptExport jsExport
hi! link typescriptNull jsNull
hi! link typescriptObjectLabel jsObjectKey
hi! link typescriptMethodAccessor Keyword
hi! link typescriptClassName jsClassDefinition
hi! link typescriptClassHeritage jsClassDefinition
" }}}
" Markdown {{{