Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 04b1995a6c67c6ad1d7aeeef47d44048 > files > 3

python-pygments-1.6-9.1.mga5.src.rpm

--- pygments/lexers/other.py~	2013-02-03 17:26:50.000000000 +0800
+++ pygments/lexers/other.py	2013-02-11 13:58:49.634043682 +0800
@@ -3457,7 +3457,7 @@
             include('macro'),
             (r'(?i)^(Name|Version|Release|Epoch|Summary|Group|License|Packager|'
              r'Vendor|Icon|URL|Distribution|Prefix|Patch[0-9]*|Source[0-9]*|'
-             r'Requires\(?[a-z]*\)?|[a-z]+Req|Obsoletes|Provides|Conflicts|'
+             r'Requires\(?[a-z]*\)?|[a-z]+Req|Obsoletes|Suggests|Provides|Conflicts|'
              r'Build[a-z]+|[a-z]+Arch|Auto[a-z]+)(:)(.*)$',
              bygroups(Generic.Heading, Punctuation, using(this))),
             (r'^%description', Name.Decorator, 'description'),