Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
100 stars 30 forks source link

Correctly parse multidimensional struct members #89

Closed AbigailBuccaneer closed 9 years ago

AbigailBuccaneer commented 9 years ago

Fix #88

AbigailBuccaneer commented 9 years ago

Hasn't been tested very thoroughly but this looks like it does the job.

Darkyenus commented 9 years ago

The original approach did not create ARRAY_DECLARATOR tokens but that might have been a bug. Looks good.

Darkyenus commented 9 years ago

Just checked, not emitting ARRAY_DECLARATOR was indeed a bug.