diff options
author | Georg Brandl <georg@python.org> | 2017-01-22 18:50:35 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2017-01-22 18:50:35 +0000 |
commit | 041b80fab1922800ae0618fd4d3d8d78bf7063b4 (patch) | |
tree | 79540afc389a29e894804229b6ba2dbc78c67760 /pygments/lexers/textedit.py | |
parent | 635f722ec3eb791e19f41b3231d74923d73bd729 (diff) | |
parent | dbfa7bbacf9ec1a987f632f01c040285269f690b (diff) | |
download | pygments-041b80fab1922800ae0618fd4d3d8d78bf7063b4.tar.gz |
Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)
Custom Lexer/Formatter File Loading
Diffstat (limited to 'pygments/lexers/textedit.py')
-rw-r--r-- | pygments/lexers/textedit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/textedit.py b/pygments/lexers/textedit.py index 89417216..e8856dbd 100644 --- a/pygments/lexers/textedit.py +++ b/pygments/lexers/textedit.py @@ -5,7 +5,7 @@ Lexers for languages related to text processing. - :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. """ |