mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 09:44:07 +00:00
vim-patch:9.1.1957: filetype: bpftrace files are not recognized (#36838)
Problem: filetype: bpftrace files are not recognized
Solution: Detect *.bt files as btftrace filetype,
include a btftrace filetype plugin (Stanislaw Gruszka)
closes: vim/vim#18866
b60b33a9dc
Co-authored-by: Stanislaw Gruszka <stf_xl@wp.pl>
This commit is contained in:
@@ -267,6 +267,7 @@ local extension = {
|
||||
bl = 'blank',
|
||||
blp = 'blueprint',
|
||||
bp = 'bp',
|
||||
bt = 'bpftrace',
|
||||
bs = 'brighterscript',
|
||||
brs = 'brightscript',
|
||||
bsd = 'bsdl',
|
||||
|
||||
Reference in New Issue
Block a user