comparison src/testdir/test_filetype.vim @ 31883:f9dbb07cad5a v9.0.1274

patch 9.0.1274: FIRRTL files are not recognized Commit: https://github.com/vim/vim/commit/685bf83b73d0fe6fd36bb2949bebd6aae66a139e Author: Amaan Qureshi <amaanq12@gmail.com> Date: Thu Feb 2 13:30:13 2023 +0000 patch 9.0.1274: FIRRTL files are not recognized Problem: FIRRTL files are not recognized. Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11931)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Feb 2023 14:45:04 +0100
parents f13d7423396c
children 99d634091eec
comparison
equal deleted inserted replaced
31882:88ccc21894a4 31883:f9dbb07cad5a
195 \ 'falcon': ['file.fal'], 195 \ 'falcon': ['file.fal'],
196 \ 'fan': ['file.fan', 'file.fwt'], 196 \ 'fan': ['file.fan', 'file.fwt'],
197 \ 'fennel': ['file.fnl'], 197 \ 'fennel': ['file.fnl'],
198 \ 'fetchmail': ['.fetchmailrc'], 198 \ 'fetchmail': ['.fetchmailrc'],
199 \ 'fgl': ['file.4gl', 'file.4gh', 'file.m4gl'], 199 \ 'fgl': ['file.4gl', 'file.4gh', 'file.m4gl'],
200 \ 'firrtl': ['file.fir'],
200 \ 'fish': ['file.fish'], 201 \ 'fish': ['file.fish'],
201 \ 'focexec': ['file.fex', 'file.focexec'], 202 \ 'focexec': ['file.fex', 'file.focexec'],
202 \ 'form': ['file.frm'], 203 \ 'form': ['file.frm'],
203 \ 'forth': ['file.ft', 'file.fth'], 204 \ 'forth': ['file.ft', 'file.fth'],
204 \ 'fortran': ['file.f', 'file.for', 'file.fortran', 'file.fpp', 'file.ftn', 'file.f77', 'file.f90', 'file.f95', 'file.f03', 'file.f08'], 205 \ 'fortran': ['file.f', 'file.for', 'file.fortran', 'file.fpp', 'file.ftn', 'file.f77', 'file.f90', 'file.f95', 'file.f03', 'file.f08'],