Open trusktr opened 5 years ago
I'm running into this too in vscode.
This is because it uses typescript syntax, not assemblyscript syntax. This also applies to i64. This is because assemblyscript files are typescript files and therefor uses .ts extension. A possible fix to this would to check the name to decide if you apply assemblyscript syntax. Not the extension, the name in it's entirety.
Is it possible to make that work?