[PATCH] vim: Add missing highlight links for b2sums
14 Jun
2020
14 Jun
'20
8:10 a.m.
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> --- src/vim/syntax/PKGBUILD.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/vim/syntax/PKGBUILD.vim b/src/vim/syntax/PKGBUILD.vim index 070161a..2ba6b72 100644 --- a/src/vim/syntax/PKGBUILD.vim +++ b/src/vim/syntax/PKGBUILD.vim @@ -328,6 +328,9 @@ hi def link pbIllegalSha384sums Error hi def link pb_k_sha512sums pbKeywords hi def link pbIllegalSha512sums Error +hi def link pb_k_b2sums pbKeywords +hi def link pbIllegalb2sums Error + hi def link pb_k_options pbKeywords hi def link pbOptionsDeprec Todo hi def link pbIllegalOption Error -- 2.27.0
1652
Age (days ago)
1652
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel M. Capella