fix runtime call in last commit
This commit is contained in:
parent
c0ff2a472a
commit
5c8e3e82c3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ if ! exists('b:current_syntax') || b:current_syntax !=# 'typescriptreact'
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
runtime syntax/typescript.vim
|
runtime! syntax/typescript.vim
|
||||||
|
|
||||||
hi! link jsxTag Keyword
|
hi! link jsxTag Keyword
|
||||||
hi! link jsxCloseTag jsxTag
|
hi! link jsxCloseTag jsxTag
|
||||||
|
|
Loading…
Reference in a new issue