1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-25 12:36:11 +03:00

Merge remote-tracking branch 'sbwhitecap/pr/treat_t_files_as_perl'

This commit is contained in:
Maxime Coste 2018-11-28 21:28:07 +11:00
commit a7336f8663

View File

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