> On Sep 7, 2023, at 1:46 PM, john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: > > Tags: patch > > The elixir test with embedded heex fails after d05494a9ff8. Restoring > the ‘(when (eq (treesit-parser-language parser) language)’ part fixes > it. The call to ‘(treesit-parser-list language)’ was not working right > either since t-p-l expects the optional argument to be a buffer but > language is a string like "heex". >