Add "just" parser

This commit is contained in:
Tomas Sandven 2024-03-03 21:02:10 +01:00 committed by Christian Clason
parent f60b33c1e5
commit cf685ce85f
7 changed files with 240 additions and 0 deletions

View file

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