mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 01:00:28 +03:00
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
|
||||
# ‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*(/?[mM]akefile|\.mk) %{
|
||||
hook global BufCreate .*(/?[mM]akefile|\.mk|\.make) %{
|
||||
set-option buffer filetype makefile
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user