Doesn't recognize #define?
spacejack opened this issue · 1 comments
spacejack commented
Hi, this extension looks really cool!
I gave it a try and ran into a couple of hitches:
-
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.) -
It doesn't seem to understand
#define
. It gives meSyntax error "#"
xinaesthete commented
Not only does it not understand the #define
, but it seems to stop parsing beyond that point.