elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.

Home Page:https://packagecontrol.io/packages/Elm%20Language%20Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax file missing for scope source.glsl

ragrum opened this issue · comments

When I start Sublime I got this error on Sublime's console:

Error loading scope:source.glsl: Unable to find syntax file for scope source.glsl in Packages/Elm Language Support/Syntaxes/Elm.tmLanguage

I'm using Sublime Dev Channel, Build 3125 on OS X El Capitan.

Is there something I can further investigate about this error?

I think that error is coming from the next lines in Packages/Elm Language Support/Syntaxes/Elm.tmLanguage file.

<dict>
    <key>include</key>
    <string>source.glsl</string>
</dict>

Searched for source.glsl file in this repo, but didn't find any file named like this.

Message went away after I installed OpenGL Shading Language (GLSL) package. I don't know if that's the correct solution. And, if this the solution, then the question why this package wasn't installed as a requirement remains.