Mercurial > forks > helix
changeset 6761:472d6cf701bb
Support `.git-blame-ignore-revs` (#13460)
author | Spenser Black <spenserblack01@gmail.com> |
---|---|
date | Sun, 04 May 2025 09:52:28 -0400 |
parents | 5a70b8c5db07 |
children | fc53938e16fd |
files | languages.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/languages.toml Sun May 04 06:43:09 2025 -0700 +++ b/languages.toml Sun May 04 09:52:28 2025 -0400 @@ -1899,7 +1899,7 @@ [[language]] name = "git-ignore" scope = "source.gitignore" -file-types = [{ glob = ".gitignore_global" }, { glob = "git/ignore" }, { glob = ".ignore" }, { glob = "CODEOWNERS" }, { glob = ".config/helix/ignore" }, { glob = ".helix/ignore" }, { glob = ".*ignore" }] +file-types = [{ glob = ".gitignore_global" }, { glob = "git/ignore" }, { glob = ".ignore" }, { glob = "CODEOWNERS" }, { glob = ".config/helix/ignore" }, { glob = ".helix/ignore" }, { glob = ".*ignore" }, { glob = ".git-blame-ignore-revs" }] injection-regex = "git-ignore" comment-token = "#" grammar = "gitignore"