rmordechay / glsl-plugin-idea

GLSL support for JetBrains IDE's
Apache License 2.0
33 stars 11 forks source link

Forced new line after #version? #10

Closed Ciel-MC closed 2 years ago

Ciel-MC commented 2 years ago

image image An error was reported if there's no newline at the end of #version I don't think this is intended. probably just a missing ? in the grammar file.

rmordechay commented 2 years ago

This is intended. A preprocessor must finish with a new line.

Ciel-MC commented 2 years ago

This is intended. A preprocessor must finish with a new line.

Okay, thank you.