rouge icon indicating copy to clipboard operation
rouge copied to clipboard

Initial Gleam support

Open aognio opened this issue 1 year ago • 0 comments

  • Initial support for the Gleam programming language (gleam.run)
  • Based on grammar rules from https://github.com/gleam-lang/tree-sitter-gleam
  • Also tried to improve the lexer taking some bits from https://github.com/gleam-lang/gleam-highlight.js/blob/main/index.js

Here's an screenshot of how it looks:

gleam-rouge-aognio

We can compare this output to the same file on Github here:

https://github.com/gleam-lang/example-todomvc/blob/main/src/todomvc.gleam

aognio avatar Sep 15 '24 23:09 aognio