deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Doesn't work after update (Windows) #55

Closed thisredone closed 8 years ago

thisredone commented 8 years ago

I've upgraded but now there is no syntax highlighting and after running SublimeREPL: Elm command I get an Error saying Error loading syntax file "Packages/Elm Language Support/Syntaxes/Elm.tm.Language": Expected element key. The REPL does work though after that but also without the syntax highlighting.

deadfoxygrandpa commented 8 years ago

Can you check your Packages directory and see if there is a folder named Elm Language Support? If not, is there a Elm Language Support sublime-package inside the Installed Packages directory?

ghost commented 8 years ago

Same issue on OSX 10.11.2. No Elm Language Support package in Installed Packages.

Reinstalling doesn't work.

thisredone commented 8 years ago

There is no Elm Language Support in the packages folder (Browse Packages) but I think there never was. There is however Elm Language Support.sublime-package file in the Installed Packages folder.

mdtusz commented 8 years ago

Same issue here with st3.

There's no Elm Language Support directory in the Packages directory, but there's a Elm Language Support.sublime-package in Installed Packages and an Elm Language Support directory in Cache.

deadfoxygrandpa commented 8 years ago

OK, I just pushed a new update that's live on Package Control. If you guys upgrade your Elm Language Support package now, are you still seeing this issue? I think it should be fixed.

eniac314 commented 8 years ago

I have an Elm Language Support folder inside .config/sublime-text-3/Packages/Elm Language Support (linux mint 17), and the latest upgrade I think, but syntax highlighting is not working.

deadfoxygrandpa commented 8 years ago

Oops, it looks like I screwed up a merge into the master branch and broke the syntax highlighting file. I'll fix it asap.

deadfoxygrandpa commented 8 years ago

OK, sorry about all this. I think this should finally be fixed now.

eniac314 commented 8 years ago

Seems to be working now, thank you.

deadfoxygrandpa commented 8 years ago

If anyone else is still having this problem, please reopen this issue.