mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
chore(rust): tweak injections, add json macro injection
This commit is contained in:
parent
76b85583e1
commit
8c629a9327
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
macro:
|
||||
((identifier) @injection.language)
|
||||
(token_tree) @injection.content)
|
||||
(#eq? @injection.language "html"))
|
||||
(#any-of? @injection.language "html" "json"))
|
||||
|
||||
(call_expression
|
||||
function:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue