Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Marc Huisinga 1edb7632b5
fix: highlight keywords when keyword is actual identifier (#9019)
This PR fixes a bug where semantic highlighting would only highlight
keywords that started with an alphanumeric character. Now, it uses
`Lean.isIdFirst`.
2025-06-27 08:23:10 +00:00
.github chore: ci: fixes to Grove workflow (#9014) 2025-06-26 12:15:51 +00:00
doc chore: Grove: high-level sections (#9011) 2025-06-26 13:06:56 +00:00
images
nix
releases_drafts
script feat: move lean-pr-testing-NNNN branches to a fork (#8933) 2025-06-24 03:30:43 +00:00
src fix: highlight keywords when keyword is actual identifier (#9019) 2025-06-27 08:23:10 +00:00
stage0 chore: update stage0 2025-06-26 18:04:18 +00:00
tests feat: introduce uLift iterator combinator, make Subarray.iter universe-polymorphic (#9027) 2025-06-27 07:34:08 +00:00
.gitattributes
.gitignore chore: allow module in tests (#8881) 2025-06-21 02:49:22 +00:00
.gitpod.Dockerfile
.gitpod.yml
.ignore
CMakeLists.txt
CMakePresets.json
CODEOWNERS
CONTRIBUTING.md
flake.lock
flake.nix
lean-toolchain
lean.code-workspace
LICENSE
LICENSES
README.md
RELEASES.md

This is the repository for Lean 4.

About

Installation

See Setting Up Lean.

Contributing

Please read our Contribution Guidelines first.

Building from Source

See Building Lean.