feat: add Kconfig

This commit is contained in:
Amaan Qureshi 2023-08-31 05:28:16 -04:00
parent 8e9cc89955
commit f8c2825220
8 changed files with 132 additions and 0 deletions

View file

@ -899,6 +899,14 @@ list.julia = {
maintainers = { "@theHamsta" },
}
list.kconfig = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-kconfig",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq" },
}
list.kdl = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-kdl",