This vim plugin provides language support for bpftrace. Right now only syntax and indentation is supported, in the future more features might be added.
Install using your plugin manager of preference.
Using vim-plug
- Add
Plug 'mmarchini/bpftrace.vim'
to~/.vimrc
vim +PlugInstall