dparnell / intellij-wgsl

WGSL plugin for IntelliJ and CLion
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

Keywords that get suggested get marked as red by the parser #48

Closed terrarier2111 closed 2 years ago

terrarier2111 commented 2 years ago

One example of this happening is: texture_2d<f32> This gets marked red although texture_2d gets suggested

dparnell commented 2 years ago

I can't reproduce this. Can you supply a sample code fragment?