view syntax/hgqseries.vim @ 118:7cfe9ba2c7dd

Add missing documentation entry for `Hgstatusrevert`.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 15 Mar 2015 08:32:45 -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