# HG changeset patch # User Nguy?n H?ng Qu?n # Date 1747405949 -25200 # Node ID def567db4436478825246c2e5f765f3a041e48af # Parent 44b81c8fb513a9b8958f73802b0e9eb74151f5ae More glob to detect gitattributes file (#13540) diff -r 44b81c8fb513 -r def567db4436 languages.toml --- a/languages.toml Thu May 15 14:53:02 2025 +0200 +++ b/languages.toml Fri May 16 21:32:29 2025 +0700 @@ -1899,7 +1899,7 @@ [[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"