blob: 994f535ad3d9d14f80829df120ba341aa4ddc892 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
((type) @injection.content
(#set! injection.parent))
([
(function_link)
(code)
] @injection.content
(#set! injection.parent))
((link) @injection.content
(#set! injection.language "html"))
(code_block
(code_block_language) @injection.language
(code_block_content) @injection.content)
|