mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-27 13:44:32 +03:00
Mark gitmodules as ini
This commit is contained in:
parent
5c6238ef11
commit
e809b9bfcc
@ -6,7 +6,7 @@ hook global BufCreate .*/NOTES_EDITMSG %{
|
||||
set-option buffer filetype git-notes
|
||||
}
|
||||
|
||||
hook global BufCreate .*(\.gitconfig|git/config) %{
|
||||
hook global BufCreate .*(\.git(config|modules)|git/config) %{
|
||||
set-option buffer filetype ini
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user