fix typescriptAliasDeclaration highlighting
This commit is contained in:
parent
5c8e3e82c3
commit
5a119d8060
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ if ! exists('b:current_syntax') || b:current_syntax !=# 'typescript'
|
|||
finish
|
||||
endif
|
||||
|
||||
hi! link typescriptAliasDeclaration Type
|
||||
hi! link typescriptArrayMethod DraculaCyan
|
||||
hi! link typescriptArrowFunc Operator
|
||||
hi! link typescriptArrowFuncArg DraculaOrangeItalic
|
||||
|
|
Loading…
Reference in a new issue