view syntax/hgqseries.vim @ 92:e856f8dc22a8

`Hglogexport` uses relative paths correctly on Windows, auto-completes to files.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 16 Jul 2014 22:06:11 -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