bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65813: [PATCH] Fix elixir-ts-mode with embedded heex


From: john muhl
Subject: bug#65813: [PATCH] Fix elixir-ts-mode with embedded heex
Date: Thu, 07 Sep 2023 15:46:47 -0500

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".

Attachment: 0001-Check-embedded-languages-use-the-correct-parser.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]