Skip to content

Commit

Permalink
Merge pull request #68 from JulesNP/project-syntax
Browse files Browse the repository at this point in the history
Set syntax to xml for *.fsproj files
  • Loading branch information
cannorin authored Jul 2, 2023
2 parents d41ef95 + 0998c12 commit b7ec680
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 b7ec680

Please sign in to comment.