diff options
author | Tim Hatch <tim@timhatch.com> | 2014-04-14 11:31:15 -0400 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-04-14 11:31:15 -0400 |
commit | 0018ab037a64db6e0bcdcd7b2fb98b9bd69d0f0f (patch) | |
tree | 110f21b7c4d7272627e20cdd452adbbcbfd728a9 | |
parent | 1cc2f555cadbfe728fea0f7443dd8c61af0e062c (diff) | |
download | pygments-0018ab037a64db6e0bcdcd7b2fb98b9bd69d0f0f.tar.gz |
Set version for GAP lexer
-rw-r--r-- | pygments/lexers/math.py | 4 |
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'] |