makefile.kak: highlight .mk files

This extension is commonly used for helper files, etc.
This commit is contained in:
Alyssa Ross 2018-11-26 02:20:31 +00:00 committed by GitHub
parent 6c54c4740d
commit 9e99415c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*/?[mM]akefile %{
hook global BufCreate .*(/?[mM]akefile|\.mk) %{
set-option buffer filetype makefile
}