mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
9 lines
274 B
Scheme
9 lines
274 B
Scheme
((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))
|