summaryrefslogtreecommitdiff
path: root/pygments/lexers/forth.py
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-03-06 18:58:58 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-03-06 18:58:58 +0000
commit336dc9f7200909200036c80685f9703f40ecd238 (patch)
treea18e33f30ede25ebfc833ed661edb88014114484 /pygments/lexers/forth.py
parentb17601caa391fc3587960e160c57eb96c2dde3e0 (diff)
parentbce3a972a54517884bcbd45e09e0d3e911fe53d7 (diff)
downloadpygments-git-336dc9f7200909200036c80685f9703f40ecd238.tar.gz
Merged in roskakori/pygments-vbscript (pull request #673)
Added lexer for VBScript
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 eb806ba0..7fecdd52 100644
--- a/pygments/lexers/forth.py
+++ b/pygments/lexers/forth.py
@@ -3,7 +3,9 @@
pygments.lexers.forth
~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ Lexer for the Forth language.
+
+ :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""