Add Gleam parser

This commit is contained in:
Connor Lay (Clay) 2022-02-05 09:38:29 -08:00 committed by Stephan Seitz
parent f476df31af
commit 84354f991a

View file

@ -326,6 +326,15 @@ list.elixir = {
maintainers = { "@jonatanklosko" },
}
list.gleam = {
install_info = {
url = "https://github.com/J3RN/tree-sitter-gleam",
files = { "src/parser.c" },
branch = "main",
},
maintainers = { "@J3RN" },
}
list.surface = {
install_info = {
url = "https://github.com/connorlay/tree-sitter-surface",