nvim-treesitter/runtime/queries/ecma
Benny Powers f4f9a36fa4 fix(ecma): use scoped injections instead of combined
Use `[string_fragment template_substitution]+` pattern for scoped
injections per maintainer feedback, avoiding the cost of combined
injections. This requires splitting alternations into separate patterns
for the `fn()` and tagged template literal forms.

Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:08:44 +03:00
..
folds.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
highlights.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
indents.scm fix(c, ecma): remove invalid predicate parameters 2025-07-22 09:52:32 +02:00
injections.scm fix(ecma): use scoped injections instead of combined 2026-04-03 10:08:44 +03:00
locals.scm feat(ecma): variable definition from object destructure with alias 2026-02-27 09:00:07 +01:00