comparison src/testdir/test_filetype.vim @ 25676:0385bd4411b7 v8.2.3374

patch 8.2.3374: Pyret files are not recognized Commit: https://github.com/vim/vim/commit/eb05d05f8a049b32ba1b992074534ca4763e46b3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 25 17:10:39 2021 +0200 patch 8.2.3374: Pyret files are not recognized Problem: Pyret files are not recognized. Solution: Recognize .arr files as Pyret. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Aug 2021 17:15:05 +0200
parents 8c3204d810a7
children 71d3ebfb00b6
comparison
equal deleted inserted replaced
25675:b46b78df84ff 25676:0385bd4411b7
395 \ 'ps1': ['file.ps1', 'file.psd1', 'file.psm1', 'file.pssc'], 395 \ 'ps1': ['file.ps1', 'file.psd1', 'file.psm1', 'file.pssc'],
396 \ 'ps1xml': ['file.ps1xml'], 396 \ 'ps1xml': ['file.ps1xml'],
397 \ 'psf': ['file.psf'], 397 \ 'psf': ['file.psf'],
398 \ 'psl': ['file.psl'], 398 \ 'psl': ['file.psl'],
399 \ 'puppet': ['file.pp'], 399 \ 'puppet': ['file.pp'],
400 \ 'pyret': ['file.arr'],
400 \ 'pyrex': ['file.pyx', 'file.pxd'], 401 \ 'pyrex': ['file.pyx', 'file.pxd'],
401 \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi', 'SConstruct'], 402 \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi', 'SConstruct'],
402 \ 'quake': ['anybaseq2/file.cfg', 'anyid1/file.cfg', 'quake3/file.cfg', 'baseq2/file.cfg', 'id1/file.cfg', 'quake1/file.cfg', 'some-baseq2/file.cfg', 'some-id1/file.cfg', 'some-quake1/file.cfg'], 403 \ 'quake': ['anybaseq2/file.cfg', 'anyid1/file.cfg', 'quake3/file.cfg', 'baseq2/file.cfg', 'id1/file.cfg', 'quake1/file.cfg', 'some-baseq2/file.cfg', 'some-id1/file.cfg', 'some-quake1/file.cfg'],
403 \ 'radiance': ['file.rad', 'file.mat'], 404 \ 'radiance': ['file.rad', 'file.mat'],
404 \ 'raku': ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakudoc', 'file.rakutest'], 405 \ 'raku': ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakudoc', 'file.rakutest'],