mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
feat(lang): add make
This commit is contained in:
parent
225cac5e6b
commit
567c644e53
3 changed files with 119 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue