tangled
alpha
login
or
join now
gearsco.de
/
just
3
fork
atom
A JavaScript lexer and syntax highlighter for Gleam!
3
fork
atom
overview
issues
pulls
pipelines
Add config to allow testing on deno
gearsco.de
11 months ago
316088dd
bb36df3f
+4
1 changed file
expand all
collapse all
unified
split
gleam.toml
+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
19
+
20
20
+
[javascript.deno]
21
21
+
allow_read = ["gleam.toml", "test", "build", "birdie_snapshots"]
22
22
+
allow_write = ["birdie_snapshots"]