Bruce Wong

Results 1 issues of Bruce Wong

- Using: - elixir-ts-mode 20231128.645 - https://github.com/elixir-lang/tree-sitter-elixir v0.1.1 - https://github.com/phoenixframework/tree-sitter-heex v0.6.0 - This highlights correctly: ```elixir defmodule AppWeb.Live.Components.FooBar do def render(assigns) do ~H""" """ end end ``` - This fails...