> > 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""" > > """ > end > > that works well. > Fantastic, this seems to work well on my side as well.