feat: leo parser and queries (#5542)

This commit is contained in:
r001 2023-10-22 03:23:02 +02:00 committed by GitHub
parent ce2a9fb89a
commit 99988f6eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 190 additions and 0 deletions

View file

@ -984,6 +984,14 @@ list.ledger = {
maintainers = { "@cbarrete" },
}
list.leo = {
install_info = {
url = "https://github.com/r001/tree-sitter-leo",
files = { "src/parser.c" },
},
maintainers = { "@r001" },
}
list.llvm = {
install_info = {
url = "https://github.com/benwilliamgraham/tree-sitter-llvm",