summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-04-14 11:31:15 -0400
committerTim Hatch <tim@timhatch.com>2014-04-14 11:31:15 -0400
commit0018ab037a64db6e0bcdcd7b2fb98b9bd69d0f0f (patch)
tree110f21b7c4d7272627e20cdd452adbbcbfd728a9
parent1cc2f555cadbfe728fea0f7443dd8c61af0e062c (diff)
downloadpygments-0018ab037a64db6e0bcdcd7b2fb98b9bd69d0f0f.tar.gz
Set version for GAP lexer
-rw-r--r--pygments/lexers/math.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/math.py b/pygments/lexers/math.py
index 585b129f..e7a8948b 100644
--- a/pygments/lexers/math.py
+++ b/pygments/lexers/math.py
@@ -1975,9 +1975,9 @@ class MathematicaLexer(RegexLexer):
class GAPLexer(RegexLexer):
"""
- A `GAP <http://www.gap-system.org>`_ lexer.
+ For `GAP <http://www.gap-system.org>`_ source code.
- .. versionadded:: ???
+ .. versionadded:: 2.0
"""
name = 'GAP'
aliases = ['gap']