Closed dustin-biser closed 7 years ago
Which version are you using? I added typedef
support quite recently, but the latest version on the Marketplace (at the time of writing, v1.1.197) should work correctly with your example. Please re-open if that's not the case.
Although it should be parsed correctly, I have just noticed though that typedef
wasn't being highlighted correctly, and neither were the aliased types, so I've just fixed that.
Currently the following valid hlsl typedef is not recognized by this extension
Currenlty
typedef
is not recognized as a keyword andPS_Input
is not recognized as a type.