Add C3 language

This commit is contained in:
Christian Buttner 2025-04-29 15:49:51 +02:00
parent 3b308861a8
commit 59ec5968f8
6 changed files with 436 additions and 0 deletions

View file

@ -232,6 +232,14 @@ list.c = {
maintainers = { "@amaanq" },
}
list.c3 = {
install_info = {
url = "https://github.com/c3lang/tree-sitter-c3",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@cbuttner" },
}
list.c_sharp = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-c-sharp",