Skip to content

lean.lang: fix highlighting of identifiers

eyelash requested to merge eyelash/gtksourceview:lean-identifiers into master

With the current Lean spec numbers inside identifiers such as a1 are erroneously highlighted as numbers and single quotes inside identifiers such as a' erroneously open a character literal. This PR fixes the highlighting of identifiers.

See also:

Additionally, I added the keyword partial, see https://leanprover.github.io/lean4/doc/functions.html.

Edited by eyelash

Merge request reports