summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn <max@quendi.de>2014-04-14 15:02:41 +0200
committerMax Horn <max@quendi.de>2014-04-14 15:02:41 +0200
commit1cc2f555cadbfe728fea0f7443dd8c61af0e062c (patch)
treef42a3fbb15c399bb201dcac10bf4475bb2cd1a66
parent9924f126966518b4af9c36f515526b90f1b329d9 (diff)
downloadpygments-1cc2f555cadbfe728fea0f7443dd8c61af0e062c.tar.gz
Add missing GAP keywords
-rw-r--r--pygments/lexers/math.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/pygments/lexers/math.py b/pygments/lexers/math.py
index 5e7d34f4..585b129f 100644
--- a/pygments/lexers/math.py
+++ b/pygments/lexers/math.py
@@ -1994,7 +1994,11 @@ class GAPLexer(RegexLexer):
repeat|until|
break|continue|
function|local|return|end|
- rec
+ rec|
+ quit|QUIT|
+ IsBound|Unbind|
+ TryNextMethod|
+ Info|Assert
)\b''', Keyword),
(r'''(?x)\b(?:
true|false|fail|infinity