feat(parsers): add bpftrace (#8399)

Co-authored-by: Riley Bruins <ribru17@hotmail.com>
This commit is contained in:
Stanislaw Gruszka 2026-01-08 06:59:10 +01:00 committed by GitHub
parent 6feaebb456
commit 9177f2ff06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 249 additions and 0 deletions

View file

@ -0,0 +1,12 @@
([
(c_struct)
(c_preproc)
(c_preproc_block)
] @injection.content
(#set! injection.language "c"))
([
(line_comment)
(block_comment)
] @injection.content
(#set! injection.language "comment"))