mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] another fix for TypeScript syntax highlighting
This commit is contained in:
parent
6b0b660993
commit
a537c49b89
1 changed files with 4 additions and 0 deletions
|
@ -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 {{{
|
||||
|
|
Loading…
Reference in a new issue