Mercurial > vim-lawrencium
view syntax/hgqseries.vim @ 108:497f7a481599
Added new `Hgrecord` command.
(actually, the last few commits were submitted with it ^_^)
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 15 Aug 2014 17:12:49 -0700 |
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