Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
((code_tag (tag_content) @injection.content)
 (#set! injection.language "perl"))

((expression_tag (tag_content) @injection.content)
 (#set! injection.language "perl"))

((raw_expression_tag (tag_content) @injection.content)
 (#set! injection.language "perl"))

((line_code (line_content) @injection.content)
 (#set! injection.language "perl"))

((line_expression (line_content) @injection.content)
 (#set! injection.language "perl"))

((line_raw_expression (line_content) @injection.content)
 (#set! injection.language "perl"))

((non_directive_text) @injection.content
 (#set! injection.language "html")
 (#set! injection.combined))