Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 7cc37300..9550df1f 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"