nvim-treesitter/runtime/queries/bpftrace/injections.scm
Stanislaw Gruszka 2f45350862 feat(parsers): add bpftrace support
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
2026-01-04 11:24:29 +01:00

12 lines
205 B
Scheme

([
(c_struct)
(c_preproc)
(c_preproc_block)
] @injection.content
(#set! injection.language "c"))
([
(line_comment)
(block_comment)
] @injection.content
(#set! injection.language "comment"))