Treat .pm files as Perl code
This commit is contained in:
parent
e7e72747ed
commit
635951e325
|
@ -8,6 +8,10 @@ hook global BufCreate .*\.pl %{
|
|||
set buffer filetype perl
|
||||
}
|
||||
|
||||
hook global BufCreate .*\.pm %{
|
||||
set buffer filetype perl
|
||||
}
|
||||
|
||||
# Highlighters
|
||||
# ‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user