.phpt (PHP Test) files should also receive PHP syntax highlighting

This commit is contained in:
Sidharth Kshatriya 2022-01-13 23:24:26 +05:30
parent c7880932c4
commit 9b5040b3f2

View File

@ -1,7 +1,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.](php) %{
hook global BufCreate .*[.](phpt?) %{
set-option buffer filetype php
}