summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoonho Kong <soonhok@cs.cmu.edu>2015-01-16 18:07:07 +0900
committerSoonho Kong <soonhok@cs.cmu.edu>2015-01-16 18:07:07 +0900
commite776ca304cd6b2241dc15490cefbd275e87a574a (patch)
tree1a10250a5899161583754300b57321df89da16c9
parentf0fb7b24cb57727640f119c7497127c290549bd5 (diff)
downloadpygments-e776ca304cd6b2241dc15490cefbd275e87a574a.tar.gz
Rollback to [a-z] for the Name.Variable
-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 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