mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
Expand git-config filename pattern to include */git/config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
filetype: git-config
|
||||
|
||||
detect:
|
||||
filename: "git(config|modules)$|\\.git/config$"
|
||||
filename: "git(config|modules)$|^(.*[\\/])?\\.?git/config$"
|
||||
|
||||
rules:
|
||||
- constant: "\\<(true|false)\\>"
|
||||
|
||||
Reference in New Issue
Block a user