mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Remove non-working ftplugin line, closes #485
This commit is contained in:
2
build
2
build
@@ -67,7 +67,7 @@ extract() {
|
||||
|
||||
output "${subdirs##, })"$'\n'
|
||||
|
||||
if (echo "julia coffee-script elixir fish git plantuml scala swift jinja" | grep -qF "$name"); then
|
||||
if (echo "julia coffee-script elixir fish git plantuml scala swift jinja fsharp" | grep -qF "$name"); then
|
||||
echo "Skipping ftdetect installation of $name" >&2
|
||||
continue
|
||||
fi
|
||||
|
||||
@@ -100,4 +100,7 @@ augroup filetypedetect
|
||||
|
||||
"jsx
|
||||
au BufNewFile,BufRead *.jsx setf javascriptreact
|
||||
|
||||
"fsharp
|
||||
autocmd BufNewFile,BufRead *.fs,*.fsi,*.fsx set filetype=fsharp
|
||||
augroup END
|
||||
|
||||
@@ -100,6 +100,9 @@ augroup filetypedetect
|
||||
|
||||
"jsx
|
||||
au BufNewFile,BufRead *.jsx setf javascriptreact
|
||||
|
||||
"fsharp
|
||||
autocmd BufNewFile,BufRead *.fs,*.fsi,*.fsx set filetype=fsharp
|
||||
augroup END
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'acpiasl') == -1
|
||||
augroup filetypedetect
|
||||
@@ -470,15 +473,6 @@ autocmd BufNewFile,BufRead *.fbs setfiletype fbs
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fsharp') == -1
|
||||
augroup filetypedetect
|
||||
" 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
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gdscript') == -1
|
||||
augroup filetypedetect
|
||||
" gdscript, from gdscript3.vim in calviken/vim-gdscript3
|
||||
|
||||
Reference in New Issue
Block a user