···66[](https://hexdocs.pm/just/)
7788Just is a JavaScript lexer and syntax highlighter written in Gleam. The lexer is
99-based on [`glexer`](https://hexdocs.mp/glexer), allowing you to convert JavaScript
99+based on [`glexer`](https://hexdocs.pm/glexer), allowing you to convert JavaScript
1010source code into tokens. There is also an API which allows you to highlight
1111JavaScript code using ansi colours, html or a custom format. Heavily inspired
1212by [`contour`](https://hexdocs.pm/contour).