# @lezer/highlight

> Highlighting system for Lezer parse trees

Latest version **1.2.3** (published 2025-10-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lezer/highlight
pnpm add @lezer/highlight
yarn add @lezer/highlight
bun add @lezer/highlight
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.2.3 |
| Published | 2025-10-26 |
| First published | 2022-04-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 41 |
| Author | Marijn Haverbeke |
| Maintainers | marijn |

## Links

- npm: https://www.npmjs.com/package/@lezer/highlight
- Repository: https://code.haverbeke.berlin/lezer/highlight
- npm.io page: https://npm.io/package/@lezer/highlight

## Recent versions

- 1.2.3 (latest) — 2025-10-26
- 1.2.2 — 2025-10-17
- 1.2.1 — 2024-08-13
- 1.2.0 — 2023-11-12
- 1.1.6 — 2023-05-26
- 1.1.5 — 2023-05-24
- 1.1.4 — 2023-03-24
- 1.1.3 — 2022-11-25
- 1.1.2 — 2022-10-18
- 1.1.1 — 2022-09-23
- 1.1.0 — 2022-09-20
- 1.0.0 — 2022-06-06
- 0.16.0 — 2022-04-20

## README

# @lezer/highlight

[ [**WEBSITE**](http://lezer.codemirror.net) | [**ISSUES**](https://github.com/lezer-parser/lezer/issues) | [**FORUM**](https://discuss.codemirror.net/c/lezer) | [**CHANGELOG**](https://github.com/lezer-parser/highlight/blob/master/CHANGELOG.md) ]

[Lezer](https://lezer.codemirror.net/) is an incremental parser system
intended for use in an editor or similar system.

@lezer/highlight provides a syntax highlighting framework for Lezer
parse trees.

Its programming interface is documented on [the
website](https://lezer.codemirror.net/docs/ref/#highlight).

This code is licensed under an MIT license.

---
_Source: https://npm.io/package/@lezer/highlight · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
