mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
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:
parent
80d0654847
commit
f20179519f
@ -1,7 +1,7 @@
|
||||
filetype: git-commit
|
||||
|
||||
detect:
|
||||
filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG)$"
|
||||
filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG|git-rebase-todo)$"
|
||||
|
||||
rules:
|
||||
# File changes
|
||||
|
Loading…
Reference in New Issue
Block a user