initial commit
This commit is contained in:
parent
8e9a519341
commit
2db99958bf
1 changed files with 3 additions and 0 deletions
3
vim/after/syntax/gitcommit.vim
Normal file
3
vim/after/syntax/gitcommit.vim
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
syn match gitCommitNumber "\<\d\+\>" containedin=gitCommitComment
|
||||
syn keyword gitCommitAhead ahead containedin=gitCommitOnBranch
|
||||
syn keyword gitCommitBehind behind containedin=gitCommitOnBranch
|
||||
Loading…
Add table
Add a link
Reference in a new issue