Open pouyakary opened 3 years ago
@syrusakbary seems you are the only public member of the organization, so pinging you here in case you can get this forward.
The latest extension release is about two years old and the github repo has updated dependencies that would fix many issues. Creating a new release of the latest version would fix for example the SIMD support in addition to this issue. Some files cannot currently be opened at all with the extension as the extension release is so old and Wasm has moved forward.
The code is already committed, just not released to the vscode extension. https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm All needed is to just release the latest version to vscode extension market place as far as I understand. Maybe there is something blocking the release?
In the current downloadable version of the package, there are a few tokens that are not highlighted. For example there's the "then" token:
I wanted to fix the thing, but when I got into the tmLang, I found out that these are already there: https://github.com/wasmerio/vscode-wasm/blob/master/syntaxes/wat.json#L515
So you can you please update the package?