feat: add the zathurarc parser (#5948)

This commit is contained in:
wzy 2024-01-22 01:42:30 +08:00 committed by GitHub
parent e0420e73c9
commit 94bd4bcc5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 57 additions and 0 deletions

View file

@ -2167,6 +2167,14 @@ list.yuck = {
maintainers = { "@Philipp-M", "@amaanq" },
}
list.zathurarc = {
install_info = {
url = "https://github.com/Freed-Wu/tree-sitter-zathurarc",
files = { "src/parser.c" },
},
maintainers = { "@Freed-Wu" },
}
list.zig = {
install_info = {
url = "https://github.com/maxxnino/tree-sitter-zig",