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