Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(syntaxes/lean): fix some corner cases, add more scopes #269

Merged
merged 1 commit into from May 26, 2021

Conversation

eric-wieser
Copy link
Contributor

This:

  • adds:
    • punctuation.definition.binder.*.(begin|end).lean scopes to opening and closing braces
    • punctuation.separator.type.lean scopes to : in binders
    • highlighting of universe binders
  • fixes highlighting of:
    • binders in wrapped variables lines
    • instance {R : Type} to not consider R a universe variable
    • example to get the new new binder highlighting
    • axiom and constant to not consume until the next :=

This:

* adds:
  * `punctuation.definition.binder.*.(begin|end).lean` scopes to opening and closing braces
  * `punctuation.separator.type.lean` scopes to `:` in binders
  * highlighting of universe binders
* fixes highlighting of:
  * binders in wrapped `variables` lines
  * `instance {R : Type}` to not consider `R` a universe variable
  * `example` to get the new new binder highlighting
  * `axiom` and `constant` to not consume until the next `:=`
@gebner gebner merged commit 4aab6c6 into leanprover:master May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants