mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -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:
|
macro:
|
||||||
((identifier) @injection.language)
|
((identifier) @injection.language)
|
||||||
(token_tree) @injection.content)
|
(token_tree) @injection.content)
|
||||||
(#eq? @injection.language "html"))
|
(#any-of? @injection.language "html" "json"))
|
||||||
|
|
||||||
(call_expression
|
(call_expression
|
||||||
function:
|
function:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue