You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are other plugins (like ianks/vim-tsx) that set their own filetype for
*.tsx files and we don't want to override them. Using `setfiletype` does that
by only setting the filetype if it has not already been set.
For *.ts files we continue to use `set filetype` as that will overwrite the
default for *.ts files.
fixleafgarland#110closeleafgarland#111
0 commit comments