summaryrefslogtreecommitdiff
path: root/pygments/lexers/theorem.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-11-06 19:44:32 -0800
committerTim Hatch <tim@timhatch.com>2014-11-06 19:44:32 -0800
commit66f3bbc4b7054d99d5eb87a042dfa75e06673f13 (patch)
tree1fe811c8f95dcf38d20c08fdb9aaa3dda179e67e /pygments/lexers/theorem.py
parent0fc147bbe0d196c570650a25449afcdc29092558 (diff)
downloadpygments-66f3bbc4b7054d99d5eb87a042dfa75e06673f13.tar.gz
Remove duplicates from data passed to words()
Diffstat (limited to 'pygments/lexers/theorem.py')
-rw-r--r--pygments/lexers/theorem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/theorem.py b/pygments/lexers/theorem.py
index 9c59d471..585c6df9 100644
--- a/pygments/lexers/theorem.py
+++ b/pygments/lexers/theorem.py
@@ -248,7 +248,7 @@ class IsabelleLexer(RegexLexer):
'free_constructors', 'functor', 'nominal_function',
'nominal_termination', 'permanent_interpretation',
'binds', 'defining', 'smt2_status', 'term_cartouche',
- 'boogie_file', 'datatype_compat', 'text_cartouche',
+ 'boogie_file', 'text_cartouche',
)
keyword_theory_script = ('inductive_cases', 'inductive_simps')