feat(lang): add make

This commit is contained in:
Lewis Russell 2021-12-14 10:47:47 +00:00 committed by Stephan Seitz
parent 225cac5e6b
commit 567c644e53
3 changed files with 119 additions and 0 deletions

View file

@ -791,6 +791,7 @@ list.http = {
},
maintainers = { "@NTBBloodbath" },
}
list.prisma = {
install_info = {
url = "https://github.com/victorhqc/tree-sitter-prisma",
@ -800,6 +801,15 @@ list.prisma = {
maintainers = { "@elianiva" },
}
list.make = {
install_info = {
url = "https://github.com/alemuller/tree-sitter-make",
branch = "main",
files = { "src/parser.c" },
},
maintainers = { "@lewis6991" },
}
local M = {
list = list,
}