clamsyntax/pacman.vim @ 556dbee6b283

Merge pull request #6 from LnL7/fix-ansiesc

Fix: only run AnsiEsc when creating the Clam window
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Dec 2015 13:45:14 +0000
parents 34dccad2239d
children (none)
" pacman program output syntax rules for Clam.vim

syn match packageName "/\S\+\>"

syn keyword packageGroupExtra extra
syn keyword packageGroupCommunity community
syn keyword packageGroupMultilib multilib
syn keyword packageInstalledMark installed


hi def link packageGroupCommunity Type
hi def link packageGroupExtra     Type
hi def link packageGroupMultilib  Type
hi def link packageInstalledMark  Error
hi def link packageName           String