Skip to content

Commit 7cc93eb

Browse files
feat: add MERGE_MSG file glob for git-commit (#12589)
1 parent 2c09a35 commit 7cc93eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ grammar = "yaml"
17341734
[[language]]
17351735
name = "git-commit"
17361736
scope = "git.commitmsg"
1737-
file-types = [{ glob = "COMMIT_EDITMSG" }]
1737+
file-types = [{ glob = "COMMIT_EDITMSG" }, { glob = "MERGE_MSG" }]
17381738
comment-token = "#"
17391739
indent = { tab-width = 2, unit = " " }
17401740
rulers = [51, 73]

0 commit comments

Comments
 (0)