You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per https://groups.google.com/forum/#!topic/elm-discuss/HIdcbC0IOHk the blocks in Elm, like glsl blocks, are not formatted properly. It would be nice if they were not only syntax colored properly based on the embedded type (for known blocks like GLSL), but potentially even change the atom language within them (like how Atom's markdown auto-colors code fences properly based on the language).
Example GLSL block in a function:
fragmentShader:Shader {} UniformVaryingfragmentShader =[glsl|precisionmediumpfloat;varyingvec4 fragColor;void main () {gl_FragColor= fragColor; }|]
The text was updated successfully, but these errors were encountered:
Elm syntax coloring and formatting for blocks.
As per https://groups.google.com/forum/#!topic/elm-discuss/HIdcbC0IOHk the blocks in Elm, like glsl blocks, are not formatted properly. It would be nice if they were not only syntax colored properly based on the embedded type (for known blocks like GLSL), but potentially even change the atom language within them (like how Atom's markdown auto-colors code fences properly based on the language).
Example GLSL block in a function:
The text was updated successfully, but these errors were encountered: