]> git.pld-linux.org Git - packages/python-pygments.git/blame - rpmspec.patch
- switched doc to python2, so python3 is not involved here
[packages/python-pygments.git] / rpmspec.patch
CommitLineData
971b9c53
ER
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.084102 seconds and 4 git commands to generate.