mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
16 lines
400 B
Scheme
16 lines
400 B
Scheme
|
|
((text) @injection.content
|
||
|
|
(#set! injection.combined)
|
||
|
|
(#set! injection.language php))
|
||
|
|
|
||
|
|
((text) @injection.content
|
||
|
|
(#has-ancestor? @injection.content "envoy")
|
||
|
|
(#set! injection.combined)
|
||
|
|
(#set! injection.language bash))
|
||
|
|
|
||
|
|
((php_only) @injection.content
|
||
|
|
(#set! injection.combined)
|
||
|
|
(#set! injection.language php_only))
|
||
|
|
|
||
|
|
((parameter) @injection.content
|
||
|
|
(#set! injection.language php_only))
|