mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
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:
parent
e8ccc339a3
commit
cbd48fac13
6 changed files with 204 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue