summaryrefslogtreecommitdiff
path: root/external/moin-parser.py
diff options
context:
space:
mode:
authorJharrod LaFon <jharrod.lafon@gmail.com>2014-04-14 18:06:42 -0400
committerJharrod LaFon <jharrod.lafon@gmail.com>2014-04-14 18:06:42 -0400
commit1946764d7ecfd7c770c6e3bbadd5f78da67f6676 (patch)
treef15a1c76fea074704786e027fcbd723d0f2104d7 /external/moin-parser.py
parenteb1ea996fa37bed736ffa63fd5b96cb39cff7c7f (diff)
parent01faf9753ed8a008edd8c960cd42bc9a0594b780 (diff)
downloadpygments-1946764d7ecfd7c770c6e3bbadd5f78da67f6676.tar.gz
Correctly match valid identifiers in PHP that include unicode characters
Diffstat (limited to 'external/moin-parser.py')
-rw-r--r--external/moin-parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/moin-parser.py b/external/moin-parser.py
index 6544da1b..41131185 100644
--- a/external/moin-parser.py
+++ b/external/moin-parser.py
@@ -31,7 +31,7 @@
If you do not want to do that and are willing to accept larger HTML
output, you can set the INLINESTYLES option below to True.
- :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""