elixir-editors / emacs-elixir

Emacs major mode for Elixir
446 stars 94 forks source link

@typedoc recognized as heredoc #460

Closed jsmestad closed 4 years ago

jsmestad commented 4 years ago

Background

This fixes #424. This makes @typedoc that specify a heredoc look just like @doc and @moduledoc.

Screenshot

After
victorolinasc commented 4 years ago

This is awesome! Can you add a test just like here?

I know the suite is probably broken on many environments but I will see if I can take a look at that later (later this year perhaps...)

jsmestad commented 4 years ago

@victorolinasc done 👍

victorolinasc commented 4 years ago

Thanks a lot! @axelson I approve this but I'll leave the merge as your call. Just remember that whatever is on master will be published to MELPA.

jsmestad commented 4 years ago

@axelson I did not bump the version or anything. Not sure the policy here :)

Trevoke commented 4 years ago

Looks good to me, and it has a test - let's ship it!