Lines Matching refs:me
51 syn match specListedFilesPrefix contained '/\(usr\|local\|opt\|X11R6\|X11\)/'me=e-1
52 syn match specListedFilesBin contained '/s\=bin/'me=e-1
53 syn match specListedFilesLib contained '/\(lib\|include\)/'me=e-1
55 syn match specListedFilesEtc contained '/etc/'me=e-1
56 syn match specListedFilesShare contained '/share/'me=e-1
89 …g\|docdir\|doc\|lang\|license\|verify\|ghost\|exclude\)\>' end='^%[a-zA-Z]'me=e-2 contains=specFil…
94 syn match specDescriptionOpts contained '\s-[ln]\s*\a'ms=s+1,me=e-1
95 syn match specPackageOpts contained '\s-n\s*\w'ms=s+1,me=e-1
96 syn match specFilesOpts contained '\s-f\s*\w'ms=s+1,me=e-1
108 syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 contains…
111 syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPac…
114 …\|autopatch\|find_lang\|make_build\|makeinstall\|make_install\)\>' end='^%'me=e-1 contains=specSpe…
117 syn region specChangelogArea matchgroup=specSection start='^%changelog' end='^%'me=e-1 contains=spe…
145 …nsparent matchgroup=specBlock start="\<case\>" matchgroup=NONE end="\<in\>"me=s-1 contains=ALLBUT,…