Mercurial > forks > helix
changeset 6797:def567db4436
More glob to detect gitattributes file (#13540)
author | Nguy?n H?ng Qu?n <ng.hong.quan@gmail.com> |
---|---|
date | Fri, 16 May 2025 21:32:29 +0700 |
parents | 44b81c8fb513 |
children | 85ab75912189 |
files | languages.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"