mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Revert adding 'git-rebase-todo' to the main git syntax highlighting file (#2564)
This commit is contained in:
parent
3cbbba534c
commit
48645907ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
filetype: git-commit
|
||||
|
||||
detect:
|
||||
filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG|git-rebase-todo)$"
|
||||
filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG)$"
|
||||
|
||||
rules:
|
||||
# File changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue