From eec55247e70d07d3cce3a1ec8863589f5b2c86f9 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sun, 31 May 2026 12:00:46 -0400 Subject: [PATCH] queries: Fix php "yield from" node name --- runtime/queries/php/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/queries/php/highlights.scm b/runtime/queries/php/highlights.scm index 2daff9fb..cfe35d53 100644 --- a/runtime/queries/php/highlights.scm +++ b/runtime/queries/php/highlights.scm @@ -212,7 +212,7 @@ "break" "continue" "yield" - "from" ; the `from` of `yield from` + "yield from" ] @keyword.control.return [ -- 2.51.2