mirror of https://github.com/helix-editor/helix
More glob to detect gitattributes file (#13540)
parent
f157a918a3
commit
b4e51ef895
|
@ -1899,7 +1899,7 @@ source = { git = "https://github.com/the-mikedavis/tree-sitter-git-config", rev
|
|||
[[language]]
|
||||
name = "git-attributes"
|
||||
scope = "source.gitattributes"
|
||||
file-types = [{ glob = ".gitattributes" }]
|
||||
file-types = [{ glob = ".gitattributes" }, { glob = ".config/git/attributes" }]
|
||||
injection-regex = "git-attributes"
|
||||
comment-token = "#"
|
||||
grammar = "gitattributes"
|
||||
|
|
Loading…
Reference in New Issue