mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
17 lines
468 B
Scheme
17 lines
468 B
Scheme
|
((text) @injection.content
|
||
|
(#not-has-ancestor? @injection.content "envoy")
|
||
|
(#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))
|