Skip to content

Commit

Permalink
Merge pull request #6 from iliakan/master
Browse files Browse the repository at this point in the history
Also highlight MERGE_MSG (for git merge --log)
  • Loading branch information
adambullmer authored Dec 11, 2018
2 parents 9620c26 + 9990bce commit c8cdf76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion commit-message.JSON-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "Commit Message",
"scopeName": "text.git-commit-message",
"fileTypes": ["COMMIT_EDITMSG"],
"fileTypes": ["COMMIT_EDITMSG","MERGE_MSG"],
"uuid": "6e83eb4a-b9de-42e5-a5fb-6371dac1c37e",

"patterns": [{
Expand Down
1 change: 1 addition & 0 deletions commit-message.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<key>fileTypes</key>
<array>
<string>COMMIT_EDITMSG</string>
<string>MERGE_MSG</string>
</array>
<key>name</key>
<string>Commit Message</string>
Expand Down

0 comments on commit c8cdf76

Please sign in to comment.