From e809b9bfcc37699ef8566a56476a5e15b688799d Mon Sep 17 00:00:00 2001 From: ltdk Date: Tue, 3 May 2022 17:49:10 -0400 Subject: [PATCH] Mark gitmodules as ini --- rc/filetype/git.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/git.kak b/rc/filetype/git.kak index 52304582..5723e576 100644 --- a/rc/filetype/git.kak +++ b/rc/filetype/git.kak @@ -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 }