An Erlang lexer and syntax highlighter in Gleam
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

v2.1.0

+5 -1
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v2.1.0 - 2025-09-01 4 + 5 + - Improved the performance of lexing comments and escape sequences. 6 + 3 7 ## v2.0.0 - 2025-08-22 4 8 5 9 - Merged the `pearl/token` and `pearl/highlight` modules into one `pearl` module.
+1 -1
gleam.toml
··· 1 1 name = "pearl" 2 - version = "2.0.0" 2 + version = "2.1.0" 3 3 4 4 description = "An Erlang lexer and syntax highlighter for Gleam!" 5 5 licences = ["Apache-2.0"]