mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
fix(injections): update to new API
This commit is contained in:
parent
fccc159b48
commit
90d6ef96d2
3 changed files with 5 additions and 8 deletions
|
|
@ -1,6 +1,5 @@
|
|||
(fenced_code_block
|
||||
(info_string) @lang
|
||||
(code_fence_content) @injection)
|
||||
(info_string) @language
|
||||
(code_fence_content) @content)
|
||||
|
||||
((html_block) @injection
|
||||
(#set! "lang" "html"))
|
||||
((html_block) @html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue