Skip to content

Commit

Permalink
feat: add MERGE_MSG file glob for git-commit (#12589)
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-heiss authored Jan 18, 2025
1 parent 2c09a35 commit 7cc93eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7cc93eb

Please sign in to comment.