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
((python_function_definition) @injection.content
  (#set! injection.language "python")
  (#set! injection.include-children))

((anonymous_python_function (block) @injection.content)
  (#set! injection.language "python")
  (#set! injection.include-children))

((inline_python) @injection.content
  (#set! injection.language "python")
  (#set! injection.include-children))

((function_definition) @injection.content
  (#set! injection.language "bash")
  (#set! injection.include-children))

((comment) @injection.content
  (#set! injection.language "comment"))