mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix TypeScript syntax highlighting 2
This commit is contained in:
parent
fce98716f8
commit
95d44a7e04
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,7 @@
|
|||
hi! link jsRegexpString Special
|
||||
hi! link jsGlobalObjects Type
|
||||
hi! link jsGlobalNodeObjects Type
|
||||
hi! link jsException Exception
|
||||
hi! link jsExceptions Type
|
||||
hi! link jsBuiltins jsFuncName
|
||||
hi! link jsNull Constant
|
||||
|
@ -312,6 +313,7 @@
|
|||
hi! link typescriptMethodAccessor Keyword
|
||||
hi! link typescriptClassName jsClassDefinition
|
||||
hi! link typescriptClassHeritage jsClassDefinition
|
||||
hi! link typescriptExceptions jsException
|
||||
" }}}
|
||||
|
||||
" Markdown {{{
|
||||
|
|
Loading…
Reference in a new issue