summaryrefslogtreecommitdiff
path: root/pygments/lexers/typoscript.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 17:55:57 +0000
committerGeorg Brandl <georg@python.org>2017-01-22 17:55:57 +0000
commit333d54b5362efec768ebc72d027a6d78f652c5b2 (patch)
tree56a2f30d55e185e218e29b02e3c89c9de6725ebf /pygments/lexers/typoscript.py
parent6317d3addb6b3ff4526ba6d97f926c0f6412c26c (diff)
parent61c0967f092e9d92aa18f34fb73b9c7e4f2840ac (diff)
downloadpygments-git-333d54b5362efec768ebc72d027a6d78f652c5b2.tar.gz
Merged in ben_albrecht/pygments-main/chapel-update (pull request #664)
Fix bug in Chapel lexer
Diffstat (limited to 'pygments/lexers/typoscript.py')
-rw-r--r--pygments/lexers/typoscript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/typoscript.py b/pygments/lexers/typoscript.py
index 407847ed..e729168e 100644
--- a/pygments/lexers/typoscript.py
+++ b/pygments/lexers/typoscript.py
@@ -14,7 +14,7 @@
`TypoScriptHtmlDataLexer`
Lexer that highlights markers, constants and registers within html tags.
- :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.
"""