mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 09:07:19 +03:00
Highliight git MERGE_MSG files as commit messages
This commit is contained in:
parent
822225cbbb
commit
52c8dc9d09
@ -1,4 +1,4 @@
|
||||
hook global BufCreate .*COMMIT_EDITMSG %{
|
||||
hook global BufCreate .*(COMMIT_EDITMSG|MERGE_MSG) %{
|
||||
set buffer filetype git-commit
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user