mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 13:02:01 +03:00
No need for two hooks for a single Perl highlighter. Thanks, casimir!
This commit is contained in:
parent
a7666efd4f
commit
1e6b05fc4c
@ -4,11 +4,7 @@
|
||||
# Detection
|
||||
# ‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*\.pl %{
|
||||
set buffer filetype perl
|
||||
}
|
||||
|
||||
hook global BufCreate .*\.pm %{
|
||||
hook global BufCreate .*\.p[lm] %{
|
||||
set buffer filetype perl
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user