view syntax/hgqseries.vim @ 110:e66df94ebceb

adding HgCmdPost custom autocmd
author Ghennadi Pilipenco <pilipenco@molecularhealth.com>
date Tue, 16 Sep 2014 22:53:48 +0200
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