Mercurial > vim-lawrencium
view syntax/hgqseries.vim @ 128:098222a17b1f
add complete commit message to annotate window
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 18 Dec 2015 13:16:08 +0100 |
parents | 1fbba48019b5 |
children |
line wrap: on
line source
" Vim syntax file " Language: hg qseries 'augmented' output " Maintainer: Ludovic Chabant <ludovic@chabant.com> " Filenames: <none> if exists("b:current_syntax") finish endif syn case match syn match hgqseriesApplied /^\*[^:]+: / syn match hgqseriesUnapplied /^[^\*].*: / hi def link hgqseriesApplied Identifier hi def link hgqseriesUnapplied Comment