helix-mods/runtime/queries/rust/injections.scm
2021-04-08 23:25:35 +09:00

10 lines
247 B
Scheme

((macro_invocation
(token_tree) @injection.content)
(#set! injection.language "rust")
(#set! injection.include-children))
((macro_rule
(token_tree) @injection.content)
(#set! injection.language "rust")
(#set! injection.include-children))