Treat .t files as perl
This commit is contained in:
parent
d1274836cd
commit
5221254363
|
@ -4,7 +4,7 @@
|
|||
# Detection
|
||||
# ‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*\.p[lm] %{
|
||||
hook global BufCreate .*\.(t|p[lm])$ %{
|
||||
set-option buffer filetype perl
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user