mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
feat: add MERGE_MSG
file glob for git-commit (#12589)
This commit is contained in:
parent
2c09a35ccf
commit
7cc93eb1c5
1 changed files with 1 additions and 1 deletions
|
@ -1734,7 +1734,7 @@ grammar = "yaml"
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "git-commit"
|
name = "git-commit"
|
||||||
scope = "git.commitmsg"
|
scope = "git.commitmsg"
|
||||||
file-types = [{ glob = "COMMIT_EDITMSG" }]
|
file-types = [{ glob = "COMMIT_EDITMSG" }, { glob = "MERGE_MSG" }]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
rulers = [51, 73]
|
rulers = [51, 73]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue