mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
feat(jinja,jinja_inline)!: update parser and queries
Breaking change: replace anonymous control flow nodes with named nodes.
This commit is contained in:
parent
fc6ad62eab
commit
e778b6097d
2 changed files with 15 additions and 14 deletions
|
|
@ -1083,7 +1083,7 @@ return {
|
|||
jinja = {
|
||||
install_info = {
|
||||
location = 'tree-sitter-jinja',
|
||||
revision = '413dba9fea354b62f6adada1815b2f504e32ffb5',
|
||||
revision = 'c213d3745ccdcaaa858869181c7b1bf9557a025f',
|
||||
url = 'https://github.com/cathaysia/tree-sitter-jinja',
|
||||
},
|
||||
maintainers = { '@cathaysia' },
|
||||
|
|
@ -1094,7 +1094,7 @@ return {
|
|||
jinja_inline = {
|
||||
install_info = {
|
||||
location = 'tree-sitter-jinja_inline',
|
||||
revision = '413dba9fea354b62f6adada1815b2f504e32ffb5',
|
||||
revision = 'c213d3745ccdcaaa858869181c7b1bf9557a025f',
|
||||
url = 'https://github.com/cathaysia/tree-sitter-jinja',
|
||||
},
|
||||
maintainers = { '@cathaysia' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue