mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-19 22:01:00 +00:00
Clarify regex for git commit --verbose (#1606)
This commit is contained in:
parent
1cf9537340
commit
92f4cb7ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ rules:
|
|||
|
||||
# Diffs (i.e. git commit --verbose)
|
||||
- default:
|
||||
start: "^diff"
|
||||
start: "^diff --git"
|
||||
# Diff output puts a space before file contents on each line so this
|
||||
# should never match valid diff output and extend highlighting to the
|
||||
# end of the file
|
||||
|
|
|
|||
Loading…
Reference in a new issue