nvim-treesitter/runtime/queries/blade/injections.scm

16 lines
401 B
Scheme
Raw Normal View History

((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))