feat: add `MERGE_MSG` file glob for git-commit (#12589)

pull/12605/head
Christoph Heiss 2025-01-18 19:50:03 +01:00 committed by GitHub
parent 2c09a35ccf
commit 7cc93eb1c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1734,7 +1734,7 @@ grammar = "yaml"
[[language]]
name = "git-commit"
scope = "git.commitmsg"
file-types = [{ glob = "COMMIT_EDITMSG" }]
file-types = [{ glob = "COMMIT_EDITMSG" }, { glob = "MERGE_MSG" }]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
rulers = [51, 73]