change typescriptreact syntax filename to tsx per change in yats.vim
This commit is contained in:
parent
15d0ff9f1a
commit
8970a0f554
1 changed files with 10 additions and 0 deletions
10
after/syntax/tsx.vim
Normal file
10
after/syntax/tsx.vim
Normal 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
|
Loading…
Reference in a new issue