Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/blade/injections.scm')
-rw-r--r--runtime/queries/blade/injections.scm13
1 files changed, 9 insertions, 4 deletions
diff --git a/runtime/queries/blade/injections.scm b/runtime/queries/blade/injections.scm
index 4c636734..77cf9eef 100644
--- a/runtime/queries/blade/injections.scm
+++ b/runtime/queries/blade/injections.scm
@@ -1,9 +1,14 @@
((text) @injection.content
(#set! injection.combined)
- (#set! injection.language php))
+ (#set! injection.language "php"))
+
+((comment) @injection.content
+ (#set! injection.language "comment"))
((php_only) @injection.content
- (#set! injection.language php-only))
-((parameter) @injection.content
- (#set! injection.language php-only))
+ (#set! injection.language "php-only"))
+
+((parameter) @injection.content
+ (#set! injection.include-children)
+ (#set! injection.language "php-only"))