wasmerio / vscode-wasm

WebAssembly extension for VSCode
https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm
MIT License
129 stars 19 forks source link

syntax highlighting broken for `static` functions #74

Open OmarTawfik opened 1 month ago

OmarTawfik commented 1 month ago

Input:

resource foo {
    one: func() -> string;
    two: static func() -> string;
}

Result:

image

Thanks!