An Erlang lexer and syntax highlighter in Gleam
at main 600 B view raw
1name = "pearl" 2version = "2.2.0" 3gleam = ">= 1.13.0" 4 5description = "An Erlang lexer and syntax highlighter for Gleam!" 6licences = ["Apache-2.0"] 7repository = { type = "github", user = "GearsDatapacks", repo = "pearl" } 8links = [ 9 { title = "Sponsor", href = "https://github.com/sponsors/GearsDatapacks" }, 10] 11 12[dependencies] 13gleam_stdlib = ">= 0.44.0 and < 2.0.0" 14splitter = ">= 1.1.0 and < 2.0.0" 15gleam_community_ansi = ">= 1.4.3 and < 2.0.0" 16houdini = ">= 1.2.0 and < 2.0.0" 17 18[dev-dependencies] 19gleeunit = ">= 1.0.0 and < 2.0.0" 20simplifile = ">= 2.3.0 and < 3.0.0" 21birdie = ">= 1.4.0 and < 2.0.0"