comparison runtime/syntax/debcontrol.vim @ 10617:9a75c8a1b8b1

Update runtime files. commit https://github.com/vim/vim/commit/369b6f57c426b4bf39b4a0cac8d21ed1b5f7de4d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 17 12:22:32 2017 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Jan 2017 12:30:05 +0100
parents 46763b01cd9a
children 8d76a56861ec
comparison
equal deleted inserted replaced
10616:db8a2a027ef7 10617:9a75c8a1b8b1
36 unlet s:kernels s:archs s:pairs 36 unlet s:kernels s:archs s:pairs
37 37
38 syn match debcontrolMultiArch contained "\%(no\|foreign\|allowed\|same\)" 38 syn match debcontrolMultiArch contained "\%(no\|foreign\|allowed\|same\)"
39 syn match debcontrolName contained "[a-z0-9][a-z0-9+.-]\+" 39 syn match debcontrolName contained "[a-z0-9][a-z0-9+.-]\+"
40 syn match debcontrolPriority contained "\(extra\|important\|optional\|required\|standard\)" 40 syn match debcontrolPriority contained "\(extra\|important\|optional\|required\|standard\)"
41 syn match debcontrolSection contained "\v((contrib|non-free|non-US/main|non-US/contrib|non-US/non-free|restricted|universe|multiverse)/)?(admin|cli-mono|comm|database|debian-installer|debug|devel|doc|editors|education|electronics|embedded|fonts|games|gnome|gnustep|gnu-r|graphics|hamradio|haskell|httpd|interpreters|introspection|java|kde|kernel|libs|libdevel|lisp|localization|mail|math|metapackages|misc|net|news|ocaml|oldlibs|otherosfs|perl|php|python|ruby|science|shells|sound|text|tex|utils|vcs|video|web|x11|xfce|zope)" 41 syn match debcontrolSection contained "\v((contrib|non-free|non-US/main|non-US/contrib|non-US/non-free|restricted|universe|multiverse)/)?(admin|cli-mono|comm|database|debian-installer|debug|devel|doc|editors|education|electronics|embedded|fonts|games|gnome|gnustep|gnu-r|graphics|hamradio|haskell|httpd|interpreters|introspection|java|javascript|kde|kernel|libs|libdevel|lisp|localization|mail|math|metapackages|misc|net|news|ocaml|oldlibs|otherosfs|perl|php|python|ruby|rust|science|shells|sound|text|tex|utils|vcs|video|web|x11|xfce|zope)"
42 syn match debcontrolPackageType contained "u\?deb" 42 syn match debcontrolPackageType contained "u\?deb"
43 syn match debcontrolVariable contained "\${.\{-}}" 43 syn match debcontrolVariable contained "\${.\{-}}"
44 syn match debcontrolDmUpload contained "\cyes" 44 syn match debcontrolDmUpload contained "\cyes"
45 45
46 " A URL (using the domain name definitions from RFC 1034 and 1738), right now 46 " A URL (using the domain name definitions from RFC 1034 and 1738), right now