Mercurial > vim-lawrencium
view syntax/hgqseries.vim @ 152:62e054a2c4f0
Correctly reset HGPLAIN after use.
Based on 0jrp0's comments (github issue #20).
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 08 Nov 2021 10:37:27 -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