]> git.pld-linux.org Git - packages/vim.git/commitdiff
- recognize %service macro
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 10 Jul 2005 12:43:59 +0000 (12:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spec.vim -> 1.23

spec.vim

index ac2ffa208c9ff728b341ba275fd39756c5f75cce..a256ec1f3bff1e888faafe83e46bf0430079e7bc 100644 (file)
--- a/spec.vim
+++ b/spec.vim
@@ -64,7 +64,7 @@ syn cluster specListedFiles contains=specListedFilesBin,specListedFilesLib,specL
 " specComands
 syn match   specConfigure  contained '\./configure'
 syn match   specTarCommand contained '\<tar\s\+[cxvpzjf]\{,5}\s*'
-syn match   specMacro contained '%\(\(group\|user\)\(add\|remove\)\|banner\|addusertogroup\|apache_config_\(un\)\?install\|depmod\)'
+syn match   specMacro contained '%\(\(group\|user\)\(add\|remove\)\|banner\|service\|addusertogroup\|apache_config_\(un\)\?install\|depmod\)'
 syn keyword specCommandSpecial contained root
 syn keyword specCommand                contained make xmkmf mkdir chmod find sed rm strip moc echo grep ls rm mv mkdir chown install cp pwd cat tail then else elif cd gzip rmdir ln eval export touch unzip bzip2
 syn cluster specCommands contains=specCommand,specTarCommand,specConfigure,specCommandSpecial,specMacro
This page took 0.04079 seconds and 4 git commands to generate.