
Closes #9656. Continuation of #9654, but with the addition of backwards compatibility for the existing captures. Release Notes: - Improved Tree-sitter support with added compatibility for standard injections captures --------- Co-authored-by: Finn Evers <finn.evers@outlook.de>
7 lines
173 B
Scheme
7 lines
173 B
Scheme
(macro_invocation
|
|
(token_tree) @injection.content
|
|
(#set! injection.language "rust"))
|
|
|
|
(macro_rule
|
|
(token_tree) @injection.content
|
|
(#set! injection.language "rust"))
|