nvim-treesitter/runtime/queries/bpftrace/injections.scm

13 lines
205 B
Scheme
Raw Permalink Normal View History

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