>
> Ok, now I added elixir embedding in heex, as well as
> elixir->heex->elixir that e.g. highlights '@entries' in:
>
> def unordered_list(assigns) do
> ~H"""
>
>
{render_slot(@inner_block, entry)}
>
> """
> end
>
> that works well.
>
Fantastic, this seems to work well on my side as well.