aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/awk/injections.scm
blob: 3e67da2452d5c61feb2995526756b38fd5a3c73a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
((comment) @injection.content
  (#set! injection.language "comment"))

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

((print_statement
  (exp_list
    .
    (string) @injection.content))
  (#set! injection.language "printf"))

((printf_statement
  (exp_list
    .
    (string) @injection.content))
  (#set! injection.language "printf"))