KubaP / glsl-lsp

A language server implementation for the OpenGL Shading Langauge, written in Rust.
12 stars 1 forks source link

Parser doesn't expand macros within line directives #5

Open KubaP opened 1 year ago

KubaP commented 1 year ago

The functionality to expand macros within line directives was commented out a while back during a large refactor, and it hasn't been enabled back yet. Ideally, the new implementation would be a bit cleaner than copy-pasting that massive block of code twice.