]> git.pld-linux.org Git - packages/python3-pygments.git/blob - rpmspec.patch
- release 5 (by relup.sh)
[packages/python3-pygments.git] / rpmspec.patch
1 --- Pygments-2.0.2/pygments/lexers/installers.py~       2014-11-10 21:17:51.000000000 +0200
2 +++ Pygments-2.0.2/pygments/lexers/installers.py        2015-06-15 14:57:19.665609691 +0300
3 @@ -201,7 +201,8 @@
4              (r'.', Text),
5          ],
6          'macro': [
7 -            (r'%define.*\n', Comment.Preproc),
8 +            (r'%(?:un)?define.*\n', Comment.Preproc),
9 +            (r'%include.*\n', Comment.Preproc),
10              (r'%\{\!\?.*%define.*\}', Comment.Preproc),
11              (r'(%(?:if(?:n?arch)?|else(?:if)?|endif))(.*)$',
12               bygroups(Comment.Preproc, Text)),
This page took 0.055831 seconds and 3 git commands to generate.