@@ -115,7 +115,7 @@ let s:filename_checks = {
115115 \ ' coco' : [' file.atg' ],
116116 \ ' conaryrecipe' : [' file.recipe' ],
117117 \ ' conf' : [' auto.master' ],
118- \ ' config' : [' configure.in' , ' configure.ac' , ' /etc/hostname.file' ],
118+ \ ' config' : [' configure.in' , ' configure.ac' , ' /etc/hostname.file' , ' any/etc/hostname.file ' ],
119119 \ ' confini' : [' /etc/pacman.conf' , ' any/etc/pacman.conf' , ' mpv.conf' ],
120120 \ ' context' : [' tex/context/any/file.tex' , ' file.mkii' , ' file.mkiv' , ' file.mkvi' , ' file.mkxl' , ' file.mklx' ],
121121 \ ' cook' : [' file.cook' ],
@@ -208,7 +208,7 @@ let s:filename_checks = {
208208 \ ' gemtext' : [' file.gmi' , ' file.gemini' ],
209209 \ ' gift' : [' file.gift' ],
210210 \ ' gitcommit' : [' COMMIT_EDITMSG' , ' MERGE_MSG' , ' TAG_EDITMSG' , ' NOTES_EDITMSG' , ' EDIT_DESCRIPTION' ],
211- \ ' gitconfig' : [' file.git/config' , ' file.git/config.worktree' , ' file.git/worktrees/x/config.worktree' , ' .gitconfig' , ' .gitmodules' , ' file.git/modules//config' , ' /.config/git/config' , ' /etc/gitconfig' , ' /usr/local/etc/gitconfig' , ' /etc/gitconfig.d/file' , ' /.gitconfig.d/file' , ' any/.config/git/config' , ' any/.gitconfig.d/file' , ' some.git/config' , ' some.git/modules/any/config' ],
211+ \ ' gitconfig' : [' file.git/config' , ' file.git/config.worktree' , ' file.git/worktrees/x/config.worktree' , ' .gitconfig' , ' .gitmodules' , ' file.git/modules//config' , ' /.config/git/config' , ' /etc/gitconfig' , ' /usr/local/etc/gitconfig' , ' /etc/gitconfig.d/file' , ' any/etc/gitconfig.d/file ' , ' /.gitconfig.d/file' , ' any/.config/git/config' , ' any/.gitconfig.d/file' , ' some.git/config' , ' some.git/modules/any/config' ],
212212 \ ' gitolite' : [' gitolite.conf' , ' /gitolite-admin/conf/file' , ' any/gitolite-admin/conf/file' ],
213213 \ ' gitrebase' : [' git-rebase-todo' ],
214214 \ ' gitsendemail' : [' .gitsendemail.msg.xxxxxx' ],
@@ -706,7 +706,8 @@ let s:script_checks = {
706706 \ ' awk' : [[' #!/path/awk' ],
707707 \ [' #!/path/gawk' ]],
708708 \ ' wml' : [[' #!/path/wml' ]],
709- \ ' scheme' : [[' #!/path/scheme' ]],
709+ \ ' scheme' : [[' #!/path/scheme' ],
710+ \ [' #!/path/guile' ]],
710711 \ ' cfengine' : [[' #!/path/cfengine' ]],
711712 \ ' erlang' : [[' #!/path/escript' ]],
712713 \ ' haskell' : [[' #!/path/haskell' ]],
0 commit comments