blob: 53d808c1dd99d7a5dfd79971da460b1d9ebd871b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
([
(line_comment)
(block_comment)
(comment_environment)
] @injection.content
(#set! injection.language "comment"))
(pycode_environment
code: (source_code) @injection.content
(#set! injection.language "python"))
(sagesilent_environment
code: (source_code) @injection.content
(#set! injection.language "python"))
(sageblock_environment
code: (source_code) @injection.content
(#set! injection.language "python"))
(luacode_environment
code: (source_code) @injection.content
(#set! injection.language "lua"))
(asy_environment
code: (source_code) @injection.content
(#set! injection.language "c"))
(asydef_environment
code: (source_code) @injection.content
(#set! injection.language "c"))
(minted_environment
(begin
language: (curly_group_text
(text) @injection.language))
(source_code) @injection.content)
|