Match backslash too

This commit is contained in:
Justin Su
2026-02-26 14:27:38 -05:00
committed by GitHub
parent f1a7f0d392
commit 184dd259e9

View File

@@ -1,7 +1,7 @@
filetype: git-config filetype: git-config
detect: detect:
filename: "git(config|modules)$|^(.*[\\/])?\\.?git/config$" filename: "git(config|modules)$|^(.*[\\/])?\\.?git[\\/]config$"
rules: rules:
- constant: "\\<(true|false)\\>" - constant: "\\<(true|false)\\>"