diff 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
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -392,6 +392,7 @@ let s:filename_checks = {
     \ 'ps1': ['file.ps1', 'file.psd1', 'file.psm1', 'file.pssc'],
     \ 'ps1xml': ['file.ps1xml'],
     \ 'psf': ['file.psf'],
+    \ 'psl': ['file.psl'],
     \ 'puppet': ['file.pp'],
     \ 'pyrex': ['file.pyx', 'file.pxd'],
     \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi', 'SConstruct'],