1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/bundle/git.vim/syntax/git-commit.vim

10 lines
176 B
VimL
Raw Normal View History

2021-01-02 18:15:08 +08:00
if exists('b:current_syntax')
finish
endif
let b:current_syntax = 'git-commit'
syntax case ignore
syn match GitCommitIgnore /^\s*#.*/
hi def link GitCommitIgnore Comment