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:
parent
246230c0eb
commit
12b2ad4a25
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue