aboutsummaryrefslogtreecommitdiffstats
path: root/queries/doxygen/injections.scm
blob: 8353dfd7a4d3a213bf2fb1b9c44a8cd46874ba3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
((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))