Mercurial > vim-lawrencium
view syntax/hgqseries.vim @ 90:777063310a8d
Check before cleaning any empty buffers left after new tab commands.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 04 Jun 2014 15:36:33 -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