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

Any plans for Sublime Text 3? #17

Closed AdrianoFerrari closed 9 years ago

AdrianoFerrari commented 9 years ago

Hi Alex,

Thanks for creating this package. Any chance of upgrading to Sublime Text 3?

All the best, Adriano

deadfoxygrandpa commented 9 years ago

Yes, eventually. I haven't personally used ST3 yet, but I'd like to support both. Sorry I don't really have a timeframe on this yet.

AdrianoFerrari commented 9 years ago

Actually I've been testing this, and I'm not sure how or why, but syntax highlighting works with ST3 already, without installing any packages:

screenshot - 15-01-03 - 06 43 13 am

elbow-jason commented 9 years ago

Hilariously, on ST3 the autocomplete also brings up available methods for dot notation (which is helpful), but produces the wrong code on completion (which is not helpful). :P

dacjames commented 9 years ago

@AdrianoFerrari

My fork seems to be working in ST3. Remove existing plugin, add https://github.com/dacjames/Elm.tmLanguage as a new repository, and install my version. That should get you going while we wait for a merge upstream.

rtfeldman commented 9 years ago

Looks like @dacjames's stuff has been merged...does that mean this issue can be closed?

texastoland commented 9 years ago

I have both installed for testing. I still get a couple errors. I didn't fix it because I'd rather refit the code with Elm Oracle.

texastoland commented 9 years ago

Planning a quick spike before next release.

texastoland commented 9 years ago

Fixed downstream