filetype: add support for .make extension
While building fish-shell which uses `cmake`, a lot of regular Makefiles are generated with this extension.
This commit is contained in:
parent
ec31d83972
commit
3726fd000c
|
@ -1,7 +1,7 @@
|
||||||
# Detection
|
# Detection
|
||||||
# ‾‾‾‾‾‾‾‾‾
|
# ‾‾‾‾‾‾‾‾‾
|
||||||
|
|
||||||
hook global BufCreate .*(/?[mM]akefile|\.mk) %{
|
hook global BufCreate .*(/?[mM]akefile|\.mk|\.make) %{
|
||||||
set-option buffer filetype makefile
|
set-option buffer filetype makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user