mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
chore(extras): Added treesitter query injections for laravel blade
This commit is contained in:
parent
12818a6cb4
commit
6061831ab0
1 changed files with 4 additions and 0 deletions
4
queries/blade/injections.scm
Normal file
4
queries/blade/injections.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
((text) @injection.content
|
||||
(#not-has-ancestor? @injection.content "envoy")
|
||||
(#set! injection.combined)
|
||||
(#set! injection.language php))
|
||||
Loading…
Add table
Reference in a new issue