feat(parsers): add wat

This commit is contained in:
Pig Fang 2026-01-06 23:42:42 +08:00
parent b033ab331c
commit 1e103b917c
No known key found for this signature in database
GPG key ID: A8198F548DADA9E2
4 changed files with 173 additions and 0 deletions

View file

@ -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',