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

((entry
  key: (identifier) @_exec
  value: (string) @injection.content)
  (#eq? @_exec "Exec")
  (#set! injection.language "bash"))