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
(comment (content) @injection.content
  (#set! injection.language "comment"))

(math (content) @injection.content
  (#set! injection.language "latex") (#set! injection.include-unnamed-children))

(code_block
  (language) @injection.language
  (code) @injection.content (#set! injection.include-unnamed-children))

(raw_block
  (raw_block_info
    (language) @injection.language)
  (content) @injection.content (#set! injection.include-unnamed-children))

(raw_inline
  (content) @injection.content (#set! injection.include-unnamed-children)
  (raw_inline_attribute
    (language) @injection.language))