4 lines
83 B
VimL
4 lines
83 B
VimL
syntax match gitLogCommit +^commit \x\{40}+
|
|
|
|
highlight link gitLogCommit Statement
|