mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
This fixes injections of Slint and HTML in Rust macros. These patterns must be moved after the generic `(macro_invocation (token_tree))` pattern since they are more specific, and later patterns now take priority. See <https://redirect.github.com/helix-editor/helix/pull/12972#issuecomment-2888300442>.