c8c0a93254
* fix: move back to "typescriptreact" from "typescript.tsx" filetype
This change is in accordance to the now official filetype defined by vim itself.
See: 92852cee3f
* add typescriptreact to should_abort call in typescript ftplugin
10 lines
250 B
VimL
10 lines
250 B
VimL
if dracula#should_abort('typescriptreact')
|
|
finish
|
|
endif
|
|
|
|
runtime! syntax/typescript.vim
|
|
|
|
hi! link tsxAttrib DraculaGreenItalic
|
|
hi! link tsxEqual Operator
|
|
hi! link tsxIntrinsicTagName Keyword
|
|
hi! link tsxTagName Type
|