From 9b5040b3f2eeb1270b69a8def91658372c54b7a3 Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Thu, 13 Jan 2022 23:24:26 +0530 Subject: [PATCH] .phpt (PHP Test) files should also receive PHP syntax highlighting --- rc/filetype/php.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/php.kak b/rc/filetype/php.kak index 254207f8..26bc1616 100644 --- a/rc/filetype/php.kak +++ b/rc/filetype/php.kak @@ -1,7 +1,7 @@ # Detection # ‾‾‾‾‾‾‾‾‾ -hook global BufCreate .*[.](php) %{ +hook global BufCreate .*[.](phpt?) %{ set-option buffer filetype php }