Detect more file types for git syntax highlighting (#2330)

* Update git-commit.yaml

This will enable syntax highlighting for merge commit messages

* Update git-commit.yaml
This commit is contained in:
Andrew 2022-01-08 19:51:15 -08:00 committed by GitHub
parent 80d0654847
commit f20179519f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
filetype: git-commit filetype: git-commit
detect: detect:
filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG)$" filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG|git-rebase-todo)$"
rules: rules:
# File changes # File changes