Change fsharp provider, closes #477

This commit is contained in:
Adam Stankiewicz
2020-04-25 21:22:25 +02:00
parent b2ee28374b
commit 8ec73a3a89
4 changed files with 25 additions and 15 deletions

View File

@@ -455,9 +455,10 @@ endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fsharp') == -1
augroup filetypedetect
" fsharp, from fsharp.vim in fsharp/vim-fsharp:_BASIC
" fsharp, from fsharp.vim in ionide/Ionide-vim:_BASIC
" F#, fsharp
autocmd BufNewFile,BufRead *.fs,*.fsi,*.fsx set filetype=fsharp
autocmd BufNewFile,BufRead *.fsproj set filetype=fsharp_project
augroup end
endif