summaryrefslogtreecommitdiff
path: root/pygments/lexers/teraterm.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/teraterm.py')
-rw-r--r--pygments/lexers/teraterm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/teraterm.py b/pygments/lexers/teraterm.py
index 100a89e0..0fd1778a 100644
--- a/pygments/lexers/teraterm.py
+++ b/pygments/lexers/teraterm.py
@@ -5,7 +5,7 @@
Lexer for Tera Term macro files.
- :copyright: Copyright 2006-2018 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -13,7 +13,7 @@ import re
from pygments.lexer import RegexLexer, include, bygroups
from pygments.token import Text, Comment, Operator, Name, String, \
- Number, Keyword
+ Number, Keyword
__all__ = ['TeraTermLexer']