change typescriptreact syntax filename to tsx per change in yats.vim

This commit is contained in:
Derek P Sifford 2018-10-04 11:58:53 -04:00
parent 15d0ff9f1a
commit 8970a0f554

10
after/syntax/tsx.vim Normal file
View file

@ -0,0 +1,10 @@
if dracula#should_abort('typescript.tsx')
finish
endif
runtime! syntax/typescript.vim
hi! link tsxAttrib DraculaGreenItalic
hi! link tsxEqual Operator
hi! link tsxIntrinsicTagName Keyword
hi! link tsxTagName Type