summaryrefslogtreecommitdiffstats
path: root/queries/tablegen/injections.scm
blob: 08390aaa1ce07e5112882bd2ba6634a56b210a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
((code) @injection.content
  (#set! injection.language "cpp")
  (#offset! @injection.content 0 2 0 -2))

((tablegen_file
  (comment) @injection.content)
  (#lua-match? @injection.content "^.*RUN")
  (#set! injection.language "bash")
  (#offset! @injection.content 0 8))