clamsyntax/pacman.vim @ c72a2c951219
default tip
Update URLs
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 14 Jan 2020 20:05:11 -0500 |
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