summaryrefslogtreecommitdiff
path: root/pygments/plugin.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-13 14:02:39 -0700
committerTim Hatch <tim@timhatch.com>2015-10-13 14:02:39 -0700
commit7e7b5f4e3ac21f68372ea44f01eb6caefe95e4a4 (patch)
tree59901406f5095bedbd096600b2e131c4a1b52189 /pygments/plugin.py
parent4ed3436e685c1ce41706d0cb78d0a4c1b6ffa0ae (diff)
parentb95523e4d56ee3d409e31f377a9d4ff9f85149bd (diff)
downloadpygments-7e7b5f4e3ac21f68372ea44f01eb6caefe95e4a4.tar.gz
Merged bucaran/pygments-main (default branch, manually) (pull request #422)
Add FishShellLexer
Diffstat (limited to 'pygments/plugin.py')
-rw-r--r--pygments/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/plugin.py b/pygments/plugin.py
index 103e7b71..f9ea0890 100644
--- a/pygments/plugin.py
+++ b/pygments/plugin.py
@@ -32,7 +32,7 @@
yourfilter = yourfilter:YourFilter
- :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
try: