diff options
author | Tim Hatch <tim@timhatch.com> | 2014-11-06 19:44:32 -0800 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-11-06 19:44:32 -0800 |
commit | 66f3bbc4b7054d99d5eb87a042dfa75e06673f13 (patch) | |
tree | 1fe811c8f95dcf38d20c08fdb9aaa3dda179e67e /pygments/lexers/theorem.py | |
parent | 0fc147bbe0d196c570650a25449afcdc29092558 (diff) | |
download | pygments-66f3bbc4b7054d99d5eb87a042dfa75e06673f13.tar.gz |
Remove duplicates from data passed to words()
Diffstat (limited to 'pygments/lexers/theorem.py')
-rw-r--r-- | pygments/lexers/theorem.py | 2 |
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') |