Skip to content

Commit 0998c12

Browse files
committed
Set syntax to xml for *.fsproj files
1 parent d41ef95 commit 0998c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/fsharp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
" F#, fsharp
22
autocmd BufNewFile,BufRead *.fs,*.fsi,*.fsx set filetype=fsharp
3-
autocmd BufNewFile,BufRead *.fsproj set filetype=fsharp_project
3+
autocmd BufNewFile,BufRead *.fsproj set filetype=fsharp_project syntax=xml

0 commit comments

Comments
 (0)