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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/forth.py b/pygments/lexers/forth.py
index 80621e65..6655cda5 100644
--- a/pygments/lexers/forth.py
+++ b/pygments/lexers/forth.py
@@ -25,6 +25,7 @@ class ForthLexer(RegexLexer):
.. versionadded:: 2.2
"""
name = 'Forth'
+ url = 'https://www.forth.com/forth/'
aliases = ['forth']
filenames = ['*.frt', '*.fs']
mimetypes = ['application/x-forth']