evanw/glslx-vscode

Doesn't recognize #define?

spacejack opened this issue · 1 comments

Hi, this extension looks really cool!

I gave it a try and ran into a couple of hitches:

  1. Normally I like to use the .glsl extension for my shader files. Is it possible to enable it for extensions other than.glslx? (A note in the readme would also be helpful.)

  2. It doesn't seem to understand #define. It gives me Syntax error "#"

Not only does it not understand the #define, but it seems to stop parsing beyond that point.