feat(jinja): add parser and queries (#7573)

Signed-off-by: loongtao.zhang <loongtao.zhang@outlook.com>
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
This commit is contained in:
loongtao.zhang 2025-02-08 17:38:50 +08:00 committed by GitHub
parent e8ccc339a3
commit cbd48fac13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 204 additions and 0 deletions

View file

@ -1127,6 +1127,24 @@ list.javascript = {
maintainers = { "@steelsojka" },
}
list.jinja = {
install_info = {
url = "https://github.com/cathaysia/tree-sitter-jinja",
location = "tree-sitter-jinja",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@cathaysia" },
}
list.jinja_inline = {
install_info = {
url = "https://github.com/cathaysia/tree-sitter-jinja",
location = "tree-sitter-jinja_inline",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@cathaysia" },
}
list.jq = {
install_info = {
url = "https://github.com/flurie/tree-sitter-jq",