comparison src/testdir/test_filetype.vim @ 24466:f5a6a6e98ec4 v8.2.2773

patch 8.2.2773: PSL filetype not recognized Commit: https://github.com/vim/vim/commit/112a006417a0d4700ff39ddba3bb5e985ae9770f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 17 14:06:39 2021 +0200 patch 8.2.2773: PSL filetype not recognized Problem: PSL filetype not recognized. Solution: Add a filetype pattern. (Daniel Kho, closes https://github.com/vim/vim/issues/8117)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Apr 2021 14:15:04 +0200
parents 1d126cb683c1
children 706cfd8bcba6
comparison
equal deleted inserted replaced
24465:10508ba73a4b 24466:f5a6a6e98ec4
390 \ 'proto': ['file.proto'], 390 \ 'proto': ['file.proto'],
391 \ 'protocols': ['/etc/protocols', 'any/etc/protocols'], 391 \ 'protocols': ['/etc/protocols', 'any/etc/protocols'],
392 \ 'ps1': ['file.ps1', 'file.psd1', 'file.psm1', 'file.pssc'], 392 \ 'ps1': ['file.ps1', 'file.psd1', 'file.psm1', 'file.pssc'],
393 \ 'ps1xml': ['file.ps1xml'], 393 \ 'ps1xml': ['file.ps1xml'],
394 \ 'psf': ['file.psf'], 394 \ 'psf': ['file.psf'],
395 \ 'psl': ['file.psl'],
395 \ 'puppet': ['file.pp'], 396 \ 'puppet': ['file.pp'],
396 \ 'pyrex': ['file.pyx', 'file.pxd'], 397 \ 'pyrex': ['file.pyx', 'file.pxd'],
397 \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi', 'SConstruct'], 398 \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi', 'SConstruct'],
398 \ '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'], 399 \ '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'],
399 \ 'radiance': ['file.rad', 'file.mat'], 400 \ 'radiance': ['file.rad', 'file.mat'],