mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
vim-patch:8.0.1438: filetype detection test not updated for change
Problem: Filetype detection test not updated for change.
Solution: Update the test.
0479e910c4
This commit is contained in:
parent
112a5b76e6
commit
43c88bb58c
@ -322,7 +322,9 @@ let s:filename_checks = {
|
||||
\ 'pf': ['pf.conf'],
|
||||
\ 'pfmain': ['main.cf'],
|
||||
\ 'php': ['file.php', 'file.php9', 'file.phtml', 'file.ctp'],
|
||||
\ 'pike': ['file.pike', 'file.lpc', 'file.ulpc', 'file.pmod'],
|
||||
\ 'lpc': ['file.lpc', 'file.ulpc'],
|
||||
\ 'pike': ['file.pike', 'file.pmod'],
|
||||
\ 'cmod': ['file.cmod'],
|
||||
\ 'pilrc': ['file.rcp'],
|
||||
\ 'pine': ['.pinerc', 'pinerc', '.pinercex', 'pinercex'],
|
||||
\ 'pinfo': ['/etc/pinforc', '/.pinforc'],
|
||||
|
Loading…
Reference in New Issue
Block a user