Update URLs
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 23 Dec 2019 15:46:39 -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