]> git.feebdaed.xyz Git - 0xmirror/vim.git/commit
runtime(bpftrace): add base syntax plugin
authorStanislaw Gruszka <stf_xl@wp.pl>
Mon, 22 Dec 2025 18:46:44 +0000 (18:46 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 22 Dec 2025 18:46:44 +0000 (18:46 +0000)
commit7982966f3e3f23f3b45639407be92ea5d926d492
tree98873e6af77d8bcc8c72f61c0f421e8ae3c51239
parentde37e7430a021f006d3fb5ce9d4ef3b6ee812161
runtime(bpftrace): add base syntax plugin

Problem:  No syntax highlighting for bpftrace files.
Solution: Add basic syntax rules, which cover comments, keywords, strings,
          numbers, macros and probes (the bpftrace specific items).

closes: #18999

Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/syntax/bpftrace.vim [new file with mode: 0644]