diff options
author | Georg Brandl <georg@python.org> | 2012-02-05 13:11:54 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-05 13:11:54 +0100 |
commit | 384e3a8e9aa2b72b16e0daede06c5973305ae9cd (patch) | |
tree | a8e016d4b500242a0fad321418955bf610ae3a36 /external/moin-parser.py | |
parent | 7d9fd398089c674c839f8e095dee022b087cf19f (diff) | |
parent | 69af79be2e99f8d7124607c27d8a35389416f3f5 (diff) | |
download | pygments-384e3a8e9aa2b72b16e0daede06c5973305ae9cd.tar.gz |
Merge Fantom lexer from https://bitbucket.org/ivan_inozemtsev/pygments-main
Diffstat (limited to 'external/moin-parser.py')
-rw-r--r-- | external/moin-parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/moin-parser.py b/external/moin-parser.py index bc550b89..0bb9791c 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-2011 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |