mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat(caddy): add parser and queries (#7588)
--------- Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
parent
b454febfd9
commit
9399bfd816
7 changed files with 78 additions and 0 deletions
|
|
@ -233,6 +233,14 @@ list.c_sharp = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.caddy = {
|
||||
install_info = {
|
||||
url = "https://github.com/opa-oz/tree-sitter-caddy",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@opa-oz" },
|
||||
}
|
||||
|
||||
list.cairo = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-cairo",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue