mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:8.2.4708: PHP test files are not recognized (#18025)
Problem: PHP test files are not recognized.
Solution: Add the *.phpt pattern. (Julien Voisin, closes vim/vim#10112)
177847e67a
This commit is contained in:
@@ -457,6 +457,7 @@ local extension = {
|
||||
al = "perl",
|
||||
ctp = "php",
|
||||
php = "php",
|
||||
phpt = "php",
|
||||
phtml = "php",
|
||||
pike = "pike",
|
||||
pmod = "pike",
|
||||
|
||||
Reference in New Issue
Block a user