1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-25 02:24:51 +03:00

Merge remote-tracking branch 'alyssais/patch-4'

This commit is contained in:
Maxime Coste 2018-11-27 18:16:30 +11:00
commit 4741eb8bf6

View File

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