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

Syntax error in Elm Language Support - Error trying to parse settings: Trailing comma before closing bracket #78

Closed gijsterhorst closed 8 years ago

gijsterhorst commented 8 years ago

There is a comma just before the closing } in the Elm Language Support file.

This causes Sublime Test 2 to run into a parsing error: Error trying to parse settings: Trailing comma before closing bracket ...

It can be easily fixed by deleting the final comma.

deadfoxygrandpa commented 8 years ago

Oh, OK. Thanks for letting me know. It will be fixed ASAP.

deadfoxygrandpa commented 8 years ago

This is fixed in the latest beta, and will be in the next release.