comparison src/testdir/test_filetype.vim @ 29324:71f2af5d8447 v9.0.0005

patch 9.0.0005: hare files are not recognized Commit: https://github.com/vim/vim/commit/040674129f3382822eeb7b590380efa5228124a8 Author: Hugo Osvaldo Barrera <hugo@barrera.io> Date: Wed Jun 29 13:48:49 2022 +0100 patch 9.0.0005: hare files are not recognized Problem: Hare files are not recognized. Solution: Add a filetype pattern. (Hugo Osvaldo Barrera, closes https://github.com/vim/vim/issues/10630)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 15:00:04 +0200
parents 71759abd2145
children 1f1d99bba06c
comparison
equal deleted inserted replaced
29323:e6d579d0eb09 29324:71f2af5d8447
232 \ 'gtkrc': ['.gtkrc', 'gtkrc', '.gtkrc-file', 'gtkrc-file'], 232 \ 'gtkrc': ['.gtkrc', 'gtkrc', '.gtkrc-file', 'gtkrc-file'],
233 \ 'hack': ['file.hack', 'file.hackpartial'], 233 \ 'hack': ['file.hack', 'file.hackpartial'],
234 \ 'haml': ['file.haml'], 234 \ 'haml': ['file.haml'],
235 \ 'hamster': ['file.hsm'], 235 \ 'hamster': ['file.hsm'],
236 \ 'handlebars': ['file.hbs'], 236 \ 'handlebars': ['file.hbs'],
237 \ 'hare': ['file.ha'],
237 \ 'haskell': ['file.hs', 'file.hsc', 'file.hs-boot', 'file.hsig'], 238 \ 'haskell': ['file.hs', 'file.hsc', 'file.hs-boot', 'file.hsig'],
238 \ 'haste': ['file.ht'], 239 \ 'haste': ['file.ht'],
239 \ 'hastepreproc': ['file.htpp'], 240 \ 'hastepreproc': ['file.htpp'],
240 \ 'hb': ['file.hb'], 241 \ 'hb': ['file.hb'],
241 \ 'hcl': ['file.hcl'], 242 \ 'hcl': ['file.hcl'],