Mercurial > vim-lawrencium
view syntax/hgqseries.vim @ 88:08e0ab5985d2
Correctly escape paths on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 01 Jun 2014 15:04:06 -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