2024-03-18 00:07:09 +01:00
|
|
|
((text) @injection.content
|
|
|
|
(#set! injection.combined)
|
2024-07-15 15:29:14 +02:00
|
|
|
(#set! injection.language "php"))
|
|
|
|
|
|
|
|
((comment) @injection.content
|
|
|
|
(#set! injection.language "comment"))
|
2024-03-18 00:07:09 +01:00
|
|
|
|
|
|
|
((php_only) @injection.content
|
2024-07-15 15:29:14 +02:00
|
|
|
(#set! injection.language "php-only"))
|
|
|
|
|
|
|
|
((parameter) @injection.content
|
|
|
|
(#set! injection.include-children)
|
|
|
|
(#set! injection.language "php-only"))
|
2024-03-18 00:07:09 +01:00
|
|
|
|