You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
255 B
VimL
5 lines
255 B
VimL
6 years ago
|
" use `set filetype` to override default filetype=xml for *.ts files
|
||
|
autocmd BufNewFile,BufRead *.ts set filetype=typescript
|
||
|
" use `setfiletype` to not override any other plugins like ianks/vim-tsx
|
||
|
autocmd BufNewFile,BufRead *.tsx setfiletype typescript
|