aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/rnoweb/injections.scm
blob: 123cfb8a341882c578625a65673069ae05b4be97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
((latex) @injection.content
  (#set! injection.language "latex")
  (#set! injection.combined))

(rchunk
  (renv_content) @injection.content
  (#set! injection.language "r")
  (#set! injection.combined))

(rinline
  (renv_content) @injection.content
  (#set! injection.language "r"))