comparison runtime/filetype.vim @ 26344:36f3a77e4b8c v8.2.3703

patch 8.2.3703: most people call F# "fsharp" and not "fs" Commit: https://github.com/vim/vim/commit/53ba95e4f0a82f6dab1791bb01f6cddc9b3f61b3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 30 13:02:58 2021 +0000 patch 8.2.3703: most people call F# "fsharp" and not "fs" Problem: Most people call F# "fsharp" and not "fs". Solution: Rename filetype "fs" to "fsharp".
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Nov 2021 14:15:04 +0100
parents ce3678583211
children 24632928d8c5
comparison
equal deleted inserted replaced
26343:b50663eefd00 26344:36f3a77e4b8c
632 au BufNewFile,BufRead *.mas,*.master setf master 632 au BufNewFile,BufRead *.mas,*.master setf master
633 633
634 " Forth 634 " Forth
635 au BufNewFile,BufRead *.ft,*.fth setf forth 635 au BufNewFile,BufRead *.ft,*.fth setf forth
636 636
637 " F# or Forth
638 au BufNewFile,BufRead *.fs call dist#ft#FTfs()
639
640 " Reva Forth 637 " Reva Forth
641 au BufNewFile,BufRead *.frt setf reva 638 au BufNewFile,BufRead *.frt setf reva
642 639
643 " Fortran 640 " Fortran
644 if has("fname_case") 641 if has("fname_case")
649 " Framescript 646 " Framescript
650 au BufNewFile,BufRead *.fsl setf framescript 647 au BufNewFile,BufRead *.fsl setf framescript
651 648
652 " FStab 649 " FStab
653 au BufNewFile,BufRead fstab,mtab setf fstab 650 au BufNewFile,BufRead fstab,mtab setf fstab
651
652 " F# or Forth
653 au BufNewFile,BufRead *.fs call dist#ft#FTfs()
654
655 " F#
656 au BufNewFile,BufRead *.fsi,*.fsx setf fsharp
654 657
655 " GDB command files 658 " GDB command files
656 au BufNewFile,BufRead .gdbinit,gdbinit setf gdb 659 au BufNewFile,BufRead .gdbinit,gdbinit setf gdb
657 660
658 " GDMO 661 " GDMO