Replace [\/] with [\\/]

This commit is contained in:
Justin Su
2026-03-08 16:32:24 -04:00
parent dc10f6d53c
commit ad43a5da99
4 changed files with 4 additions and 4 deletions

View File

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