comparison runtime/autoload/dist/ft.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 c725b8e17f1f
comparison
equal deleted inserted replaced
26343:b50663eefd00 26344:36f3a77e4b8c
229 " comments and colon definitions 229 " comments and colon definitions
230 if line =~ '^\s*\.\=( ' || line =~ '^\s*\\G\= ' || line =~ '^\\$' 230 if line =~ '^\s*\.\=( ' || line =~ '^\s*\\G\= ' || line =~ '^\\$'
231 \ || line =~ '^\s*: \S' 231 \ || line =~ '^\s*: \S'
232 setf forth 232 setf forth
233 else 233 else
234 setf fs 234 setf fsharp
235 endif 235 endif
236 endif 236 endif
237 endfunc 237 endfunc
238 238
239 " Distinguish between HTML, XHTML and Django 239 " Distinguish between HTML, XHTML and Django