mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix: fix blade highlighting
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
This commit is contained in:
parent
30654ee72a
commit
703d672072
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
((text) @injection.content
|
((text) @injection.content
|
||||||
(#set! injection.combined)
|
(#set! injection.combined)
|
||||||
(#set! injection.language php))
|
(#set! injection.language html))
|
||||||
|
|
||||||
((text) @injection.content
|
((text) @injection.content
|
||||||
(#has-ancestor? @injection.content "envoy")
|
(#has-ancestor? @injection.content "envoy")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue