mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(wit)!: update parser and queries
Breaking change: `(package_decl)` renamed to `(decl_head)`
This commit is contained in:
parent
78bebef150
commit
17f039f472
2 changed files with 9 additions and 3 deletions
|
|
@ -2572,7 +2572,7 @@ return {
|
|||
},
|
||||
wit = {
|
||||
install_info = {
|
||||
revision = 'v1.3.0',
|
||||
revision = 'v1.4.0',
|
||||
url = 'https://github.com/bytecodealliance/tree-sitter-wit',
|
||||
},
|
||||
maintainers = { '@mkatychev' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue