mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat(parsers): add wat
This commit is contained in:
parent
b033ab331c
commit
1e103b917c
4 changed files with 173 additions and 0 deletions
|
|
@ -2560,6 +2560,14 @@ return {
|
|||
requires = { 'html_tags' },
|
||||
tier = 2,
|
||||
},
|
||||
wat = {
|
||||
install_info = {
|
||||
revision = '357bbe6053f261b205f5835a87a6ae094226cc57',
|
||||
url = 'https://github.com/g-plane/tree-sitter-wat',
|
||||
},
|
||||
maintainers = { '@g-plane' },
|
||||
tier = 2,
|
||||
},
|
||||
wgsl = {
|
||||
install_info = {
|
||||
revision = '40259f3c77ea856841a4e0c4c807705f3e4a2b65',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue