summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-06 16:26:33 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-06 16:26:33 +0200
commitd4f252565ad7098658f91bcbdf33dcce697bfb63 (patch)
treebe5e2dbcac481f6b453b70935bbdb224596718d8
parent48e07bc5014fecfdff24f75124a65634c216c9e2 (diff)
downloadvim-polyglot-d4f252565ad7098658f91bcbdf33dcce697bfb63.tar.gz
vim-polyglot-d4f252565ad7098658f91bcbdf33dcce697bfb63.zip
Remove unnecessary tsx fix
-rw-r--r--config.vim4
-rw-r--r--ftdetect/polyglot.vim4
2 files changed, 0 insertions, 8 deletions
diff --git a/config.vim b/config.vim
index 00557aa0..1565a7ec 100644
--- a/config.vim
+++ b/config.vim
@@ -80,7 +80,3 @@ augroup filetypedetect
"jinja
autocmd BufNewFile,BufRead *.jinja2,*.j2,*.jinja,*.nunjucks,*.nunjs,*.njk set ft=jinja
augroup END
-
-augroup filetypedetect
- autocmd BufNewFile,BufReadPost *.tsx setlocal filetype=typescript.tsx
-augroup END
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index b627c35b..0060dfd6 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -80,10 +80,6 @@ augroup filetypedetect
"jinja
autocmd BufNewFile,BufRead *.jinja2,*.j2,*.jinja,*.nunjucks,*.nunjs,*.njk set ft=jinja
augroup END
-
-augroup filetypedetect
- autocmd BufNewFile,BufReadPost *.tsx setlocal filetype=typescript.tsx
-augroup END
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'acpiasl') == -1
augroup filetypedetect
" acpiasl, from asl.vim in martinlroth/vim-acpi-asl