blob: 17d0ace48dd3f2a215ff49a3c5ded3406a5f57c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
((comment) @injection.content
(#set! injection.language "comment"))
([
(normal_action)
(failible_action)
] @injection.content
(#set! injection.language "rust"))
((use) @injection.content
(#set! injection.language "rust"))
((regex_literal) @injection.content
(#set! injection.language "regex")
(#offset! @injection.content 0 2 0 -1))
|