summaryrefslogtreecommitdiff
path: root/external/markdown-processor.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 18:32:03 +0000
committerGeorg Brandl <georg@python.org>2017-01-22 18:32:03 +0000
commit9dbdeeaed19e6d4d1e6f8bae973bac61ddd682d0 (patch)
treeace915bc11ad4477ae1be0c35b6a4923d46c9c80 /external/markdown-processor.py
parent32f536a056334e3a02a713860dc9294a4d752723 (diff)
parent2021a297ae428e8f77dfad8fd3245bb4bf4eb6a3 (diff)
downloadpygments-git-9dbdeeaed19e6d4d1e6f8bae973bac61ddd682d0.tar.gz
Merged in zhouzhen1/pygments-main/perllexer (pull request #688)
Fix Perl5 lexer for namespaces/modules.
Diffstat (limited to 'external/markdown-processor.py')
-rw-r--r--external/markdown-processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/markdown-processor.py b/external/markdown-processor.py
index a3e178ec..cb8d793d 100644
--- a/external/markdown-processor.py
+++ b/external/markdown-processor.py
@@ -22,7 +22,7 @@
.. _Markdown: https://pypi.python.org/pypi/Markdown
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""