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

((match
  key: "PROGRAM"
  (value
    (content) @injection.content))
  (#set! injection.language "bash"))

((assignment
  key: "RUN"
  (value
    (content) @injection.content))
  (#set! injection.language "bash"))