mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add capnp (#4203)
This commit is contained in:
parent
1913ce2fd2
commit
6cf93175bf
4 changed files with 137 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue