Skip to content

Commit

Permalink
Set syntax to xml for *.fsproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesNP committed Jul 1, 2023
1 parent d41ef95 commit 0998c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdetect/fsharp.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
" F#, fsharp
autocmd BufNewFile,BufRead *.fs,*.fsi,*.fsx set filetype=fsharp
autocmd BufNewFile,BufRead *.fsproj set filetype=fsharp_project
autocmd BufNewFile,BufRead *.fsproj set filetype=fsharp_project syntax=xml

0 comments on commit 0998c12

Please sign in to comment.