feat(kdl): parser and queries (#7657)

This commit is contained in:
Bert Baron 2025-02-27 09:54:26 +01:00 committed by GitHub
parent 28f76678ca
commit 376a46ccec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 248 additions and 0 deletions

View file

@ -1211,6 +1211,14 @@ list.just = {
maintainers = { "@Hubro" },
}
list.kcl = {
install_info = {
url = "https://github.com/kcl-lang/tree-sitter-kcl",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@bertbaron" },
}
list.kconfig = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-kconfig",