Remove old legacy file type extensions

Those conflict with others like TypeScript anyway and should not be used
anymore.
typoscript and tsconfig are the official ones to use.
This commit is contained in:
Daniel Siepmann 2022-06-13 15:07:21 +02:00
parent 246230c0eb
commit 12b2ad4a25
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,5 +1,3 @@
autocmd BufNewFile,BufRead *.ts setlocal filetype=typoscript
autocmd BufNewFile,BufRead *.ts2 setlocal filetype=typoscript
autocmd BufNewFile,BufRead *.typoscript setlocal filetype=typoscript
autocmd BufNewFile,BufRead *.tsconfig setlocal filetype=typoscript