aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/gaptst/injections.scm
blob: bdcba35dc8ce97bf9766f81ef0611af3d89806f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
((comment) @injection.content
  (#set! injection.language "comment"))

((gap_expression) @injection.content
  (#set! injection.language "gap"))

((input_line) @injection.content
  (#set! injection.language "gap")
  (#set! injection.combined))