elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Add support for LiveEEx #110

Closed dnsbty closed 5 years ago

dnsbty commented 5 years ago

When Phoenix LiveView was released, it brought with it the concept of a LiveEEx file. I'm hoping you will agree that we should be adding support for it here. If not, I'm happy to make a separate package for it.

keathley commented 5 years ago

This looks good to me. Did liveEEx add any new syntax bits? or was it just the file extension?

dnsbty commented 5 years ago

As far as I've seen so far, it just adds new attributes to HTML elements. That might change as the project matures more though.

keathley commented 5 years ago

I see. If we need to adapt the syntax in the future we can do that then. This looks good to me :+1:

keathley commented 5 years ago

I can push a new release out soon that will include this addition. Thanks @dnsbty!

dnsbty commented 5 years ago

Awesome! Thanks for maintaining, Chris!

kiere commented 4 years ago

@keathley Any idea when this might make it into production? v0.22.1 is still showing as the latest release for me in Atom.

keathley commented 4 years ago

@kiere Yup. sorry about that. This fell through the cracks. I'll get this done today

keathley commented 4 years ago

@kiere so sorry again about the delay. A new version has been published.

kiere commented 4 years ago

@keathley Got it!!