Unnamed repository; edit this file 'description' to name the repository.
More glob to detect gitattributes file (#13540)
| -rw-r--r-- | languages.toml | 2 |
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" |