Line or block comments at the same line on type aliases aren't recognized as a comment. ```wit type my-type = i32; // comment ``` <img width="347" alt="Image" src="https://github.com/user-attachments/assets/d0ce0f8b-4d9a-4432-a24b-33d6c28d8417" /> As I mention in https://github.com/bytecodealliance/vscode-wit/pull/36 `result` type has a special handling, but other types doesn't. https://github.com/bytecodealliance/vscode-wit/blob/e4c1ca60cae7767a6bd4330dd5580f1d9e4f67e3/tests/grammar/integration/issue573.wit.snap#L203
Line or block comments at the same line on type aliases aren't recognized as a comment.
type my-type = i32; // commentAs I mention in #36
resulttype has a special handling, but other types doesn't.vscode-wit/tests/grammar/integration/issue573.wit.snap
Line 203 in e4c1ca6