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]]
|
[[language]]
|
||||||
name = "git-attributes"
|
name = "git-attributes"
|
||||||
scope = "source.gitattributes"
|
scope = "source.gitattributes"
|
||||||
file-types = [{ glob = ".gitattributes" }]
|
file-types = [{ glob = ".gitattributes" }, { glob = ".config/git/attributes" }]
|
||||||
injection-regex = "git-attributes"
|
injection-regex = "git-attributes"
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
grammar = "gitattributes"
|
grammar = "gitattributes"
|
||||||
|
|
Loading…
Reference in New Issue