An Erlang lexer and syntax highlighter in Gleam

Fix README links

Changed files
+1 -1
+1 -1
README.md
··· 6 6 [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/pearl/) 7 7 8 8 Pearl is a lexer and syntax highlighter for Erlang, written in Gleam. The lexer 9 - is based on [`glexer`](https://hexdocs.mp/glexer) and [`just`](https://hexdocs.mp/just), 9 + is based on [`glexer`](https://hexdocs.pm/glexer) and [`just`](https://hexdocs.pm/just), 10 10 allowing you to convert Erlang source code into tokens. There is also an API 11 11 which allows you to highlight Erlang code using ansi colours, html or a custom 12 12 format. Heavily inspired by [`contour`](https://hexdocs.pm/contour).