mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] minor fixes to typescript syntax highlighting
This commit is contained in:
parent
bff7aeb006
commit
be265eac7c
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,7 @@
|
||||||
hi! link typescriptCall Variable
|
hi! link typescriptCall Variable
|
||||||
hi! link typescriptArrowFuncArg typescriptCall
|
hi! link typescriptArrowFuncArg typescriptCall
|
||||||
hi! link typescriptFuncType typescriptCall
|
hi! link typescriptFuncType typescriptCall
|
||||||
|
hi! link typescriptMessage NONE
|
||||||
hi! link typescriptVariable jsStorageClass
|
hi! link typescriptVariable jsStorageClass
|
||||||
hi! link typescriptAmbientDeclaration typescriptVariable
|
hi! link typescriptAmbientDeclaration typescriptVariable
|
||||||
hi! link typescriptVariableDeclaration Variable
|
hi! link typescriptVariableDeclaration Variable
|
||||||
|
@ -342,6 +343,7 @@
|
||||||
hi! link typescriptConstructorType typescriptConstructSignature
|
hi! link typescriptConstructorType typescriptConstructSignature
|
||||||
hi! link typescriptEndColons Delimiter
|
hi! link typescriptEndColons Delimiter
|
||||||
hi! link typescriptImport jsImport
|
hi! link typescriptImport jsImport
|
||||||
|
hi! link typescriptImportType typescriptImport
|
||||||
hi! link typescriptExport jsExport
|
hi! link typescriptExport jsExport
|
||||||
hi! link typescriptNull jsNull
|
hi! link typescriptNull jsNull
|
||||||
hi! link typescriptObjectLabel jsObjectKey
|
hi! link typescriptObjectLabel jsObjectKey
|
||||||
|
|
Loading…
Reference in a new issue