diff --git a/languages.toml b/languages.toml index 7cc373003..9550df1f4 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"