A JavaScript lexer and syntax highlighter for Gleam!

Fix README link

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