Skip to content

Commit 184dd25

Browse files
authored
Match backslash too
1 parent f1a7f0d commit 184dd25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/syntax/git-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
filetype: git-config
22

33
detect:
4-
filename: "git(config|modules)$|^(.*[\\/])?\\.?git/config$"
4+
filename: "git(config|modules)$|^(.*[\\/])?\\.?git[\\/]config$"
55

66
rules:
77
- constant: "\\<(true|false)\\>"

0 commit comments

Comments
 (0)