mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Injecting php was broken upstream so this is a temporary fix until upstream fixes it. See https://github.com/nvim-treesitter/nvim-treesitter/issues/7842
15 lines
401 B
Scheme
15 lines
401 B
Scheme
((text) @injection.content
|
|
(#set! injection.combined)
|
|
(#set! injection.language html))
|
|
|
|
((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))
|