blob: 99f7919b6ab4a69128fac4c5b952286e21328206 (
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 0 0))
|