diff options
| author | Tim Hatch <tim@timhatch.com> | 2015-10-13 09:47:37 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2015-10-13 09:47:37 -0700 |
| commit | 5feca7d3ad9bb485f0e9325d1ca62159dc358dfe (patch) | |
| tree | 3cc58eeb3e9bbaf89d02a96aa43ad911371d0f1b /pygments/plugin.py | |
| parent | d303d58a5c1f90c707bd5ccaf31a30ef6f9221bb (diff) | |
| parent | 8104d899de2d40189a1df49bbcd7519c6b767141 (diff) | |
| download | pygments-5feca7d3ad9bb485f0e9325d1ca62159dc358dfe.tar.gz | |
Merged in danmichaelo/pygments-main (pull request #425)
Add TurtleLexer
Diffstat (limited to 'pygments/plugin.py')
| -rw-r--r-- | pygments/plugin.py | 2 |
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: |
