Treat .t files as perl

This commit is contained in:
Kazuki Shigemichi 2018-11-27 22:43:50 +09:00
parent d1274836cd
commit 5221254363

View File

@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*\.p[lm] %{
hook global BufCreate .*\.(t|p[lm])$ %{
set-option buffer filetype perl
}