Skip to content

Commit

Permalink
Bring back the blue lambda.
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Jul 9, 2021
1 parent 0d4e372 commit a91c16d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntaxes/lean.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"match": "\\b(?<!\\.)(calc|have|this|match|do|suffices|show|by|in|at|let|from|obtain|haveI)(?!\\.)\\b",
"name": "keyword.other.lean"
},
{
"match": "\\b(?<!\\.)λ",
"name": "keyword.other.lean"
},
{
"match": "\\b(?<!\\.)(begin|end|using)(?!\\.)\\b",
"name": "keyword.other.lean"
Expand Down

0 comments on commit a91c16d

Please sign in to comment.