feat: add capnp (#4203)

This commit is contained in:
Amaan Qureshi 2023-01-23 03:00:32 -05:00 committed by GitHub
parent 1913ce2fd2
commit 6cf93175bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 137 additions and 0 deletions

View file

@ -1195,6 +1195,15 @@ list.astro = {
maintainers = { "@virchau13" },
}
list.capnp = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-capnp",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
experimental = true,
}
list.wgsl = {
install_info = {
url = "https://github.com/szebniok/tree-sitter-wgsl",