From e776ca304cd6b2241dc15490cefbd275e87a574a Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Fri, 16 Jan 2015 18:07:07 +0900 Subject: Rollback to [a-z] for the Name.Variable --- pygments/lexers/theorem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygments/lexers/theorem.py b/pygments/lexers/theorem.py index 5b71bf97..b2a51dcf 100644 --- a/pygments/lexers/theorem.py +++ b/pygments/lexers/theorem.py @@ -434,7 +434,7 @@ class LeanLexer(RegexLexer): u"\u207f-\u2089\u2090-\u209c\u2100-\u214f0-9]*", Name), (r'\d+', Number.Integer), (r'"', String.Double, 'string'), - (r'[~?][A-z][\w\']*:', Name.Variable) + (r'[~?][a-z][\w\']*:', Name.Variable) ], 'comment': [ # Multiline Comments -- cgit v1.2.1