]> git.feebdaed.xyz Git - 0xmirror/vim.git/commit
patch 9.1.1957: filetype: bpftrace files are not recognized
authorStanislaw Gruszka <stf_xl@wp.pl>
Sat, 6 Dec 2025 09:40:44 +0000 (10:40 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 6 Dec 2025 09:40:44 +0000 (10:40 +0100)
commitb60b33a9dc91569f803e5a4856244bd8414f1802
tree0df97ae5d01fedb33d419f5b9b363aef4995c02b
parentc7c16e4130c665fa6abd0c46ac305be61e467c2b
patch 9.1.1957: filetype: bpftrace files are not recognized

Problem:  filetype: bpftrace files are not recognized
Solution: Detect *.bt files as btftrace filetype,
          include a btftrace filetype plugin (Stanislaw Gruszka)

closes: #18866

Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/autoload/dist/ft.vim
runtime/ftplugin/bpftrace.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c