From 9f02b546d0adc646f7b77fe3e863181e5cf372b5 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Tue, 15 Oct 2024 09:07:02 -0500 Subject: [PATCH] fix: remove text injection from php_only --- tree-sitter.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tree-sitter.json b/tree-sitter.json index 731fe2d1..e9a68d4e 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -23,10 +23,7 @@ "path": "php_only", "external-files": "common/scanner.h", "highlights": "queries/highlights.scm", - "injections": [ - "queries/injections.scm", - "queries/injections-text.scm" - ], + "injections": "queries/injections.scm", "tags": "queries/tags.scm" } ],