From 922e2ba1ee6ec23e8daa8814c7819adeda98ea1b Mon Sep 17 00:00:00 2001 From: Renato Augusto Gama dos Santos Date: Thu, 9 Jul 2020 10:56:47 -0300 Subject: [PATCH] fix: add typescript.tsx in typescriptreact.vim (#200) --- after/syntax/typescriptreact.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/syntax/typescriptreact.vim b/after/syntax/typescriptreact.vim index 3fde694..ec8062e 100644 --- a/after/syntax/typescriptreact.vim +++ b/after/syntax/typescriptreact.vim @@ -1,4 +1,4 @@ -if dracula#should_abort('typescriptreact') +if dracula#should_abort('typescriptreact', 'typescript.tsx') finish endif