]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1906: filetype: not all Ruby files are recognized v9.1.1906
authorbotantony <antonsm21@gmail.com>
Tue, 11 Nov 2025 17:26:02 +0000 (17:26 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 11 Nov 2025 17:26:02 +0000 (17:26 +0000)
commitefc3be77bbf707edad9cbbda7aef471de65411fd
tree69f80156ec15e061057c7497273e3fc11a302bd1
parent1ff3e701e49c04162c1bd68b58fb6588dda89fe0
patch 9.1.1906: filetype: not all Ruby files are recognized

Problem:  filetype: not all Ruby files are recognized
Solution: Detect *.rbi and Brewfile as ruby filetype
          (botantony).

- `rbi` is a file extension used by Sorbet, typechecker for Ruby:
   https://sorbet.org/docs/rbi

- `Brewfile` is a bundler file for Homebrew package manager:
   https://docs.brew.sh/Brew-Bundle-and-Brewfile

closes: #18697

Signed-off-by: botantony <antonsm21@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/ft.vim
src/testdir/test_filetype.vim
src/version.c