Mercurial > vim-lawrencium
view syntax/hgqseries.vim @ 124:d5602a22bab5
Correctly escape the command on Windows when `&shellslash` is enabled.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 16 Feb 2016 22:14:26 -0800 |
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