summaryrefslogtreecommitdiff
path: root/pygments/lexers/forth.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/forth.py')
-rw-r--r--pygments/lexers/forth.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pygments/lexers/forth.py b/pygments/lexers/forth.py
index a51f1b57..934bf478 100644
--- a/pygments/lexers/forth.py
+++ b/pygments/lexers/forth.py
@@ -3,7 +3,9 @@
pygments.lexers.forth
~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
+ Lexer for the Forth language.
+
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""