dotar/vim/syntax/git-log.vim
2011-11-17 16:00:49 -06:00

4 lines
83 B
VimL

syntax match gitLogCommit +^commit \x\{40}+
highlight link gitLogCommit Statement