makefile.kak: highlight .mk files
This extension is commonly used for helper files, etc.
This commit is contained in:
parent
6c54c4740d
commit
9e99415c46
|
@ -1,7 +1,7 @@
|
||||||
# Detection
|
# Detection
|
||||||
# ‾‾‾‾‾‾‾‾‾
|
# ‾‾‾‾‾‾‾‾‾
|
||||||
|
|
||||||
hook global BufCreate .*/?[mM]akefile %{
|
hook global BufCreate .*(/?[mM]akefile|\.mk) %{
|
||||||
set-option buffer filetype makefile
|
set-option buffer filetype makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user