fix(rust): Follow upstream injections

tree-sitter-rust and helix both have `injection.include-children` for
the pattern in this PR. So it's best to changed to match the intended
results
This commit is contained in:
Phạm Huy Hoàng 2024-01-24 12:11:12 +09:00
parent 177a775fd8
commit 41128a7724

View file

@ -1,6 +1,7 @@
(macro_invocation
(token_tree) @injection.content
(#set! injection.language "rust"))
(#set! injection.language "rust")
(#set! injection.include-children))
(macro_definition
(macro_rule