diff options
author | Georg Brandl <georg@python.org> | 2017-01-27 06:24:04 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2017-01-27 06:24:04 +0000 |
commit | b2c1de295fd3d0832a9ba710ae6e0927546dc97e (patch) | |
tree | 5f55bafe5688cfac9ba4761d24d0157ac2930f20 /pygments/lexers/actionscript.py | |
parent | 03b077cdf2e21b0eeffa06bc7443a3d149189c35 (diff) | |
parent | 0348972c229aee63d69921282455885489a75722 (diff) | |
download | pygments-git-b2c1de295fd3d0832a9ba710ae6e0927546dc97e.tar.gz |
Merged in xuhdev/pygments-main/terminal256 (pull request #666)
When no output file is specified, use the "terminal256" formatter by default if TERM contains "256".
Diffstat (limited to 'pygments/lexers/actionscript.py')
-rw-r--r-- | pygments/lexers/actionscript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/actionscript.py b/pygments/lexers/actionscript.py index 9c687a57..84607e68 100644 --- a/pygments/lexers/actionscript.py +++ b/pygments/lexers/actionscript.py @@ -5,7 +5,7 @@ Lexers for ActionScript and MXML. - :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. """ |