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

Import parse error gives no feedback #38

Open kdz opened 9 years ago

kdz commented 9 years ago

This code has a parse error on the import Html ... line. The error is caught & displayed by elm-make on the command line, but no error is displayed in the Sublime plugin.

import Html exposing (input placeholder val targetValue)

This plugin has made a world of difference to me! Thanks!

texastoland commented 9 years ago

Thanks @kdz! I'm working on tighter integration (and other features) with SublimeLinter this weekend inspired by @bbugh /SublimeLinter-contrib-elm-make. It should vastly improve your experience. Are you interested in beta testing? The best way to reach me is Google chat using the email in my commits. CC @rtfeldman

rtfeldman commented 9 years ago

Happy to beta test stuff! Let me know.

deadfoxygrandpa commented 8 years ago

Just to revisit, this problem is related to https://github.com/elm-lang/elm-make/issues/46 and when that issue is resolved, it will also be resolved here.