mirror of
https://github.com/neovim/neovim.git
synced 2026-06-27 13:45:30 +00:00
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: vim/vim#18999
7982966f3e
Co-authored-by: Stanislaw Gruszka <stf_xl@wp.pl>