A JavaScript lexer and syntax highlighter for Gleam!

Add config to allow testing on deno

+4
+4
gleam.toml
··· 16 16 gleeunit = ">= 1.0.0 and < 2.0.0" 17 17 simplifile = ">= 2.2.1 and < 3.0.0" 18 18 birdie = ">= 1.2.6 and < 2.0.0" 19 + 20 + [javascript.deno] 21 + allow_read = ["gleam.toml", "test", "build", "birdie_snapshots"] 22 + allow_write = ["birdie_snapshots"]