mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:8.2.2773: PSL filetype not recognized (#14389)
Problem: PSL filetype not recognized.
Solution: Add a filetype pattern. (Daniel Kho, closes vim/vim#8117)
112a006417
This commit is contained in:
@@ -376,6 +376,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'],
|
||||
|
Reference in New Issue
Block a user