]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0111: filetype: no support for bats files v9.1.0111
authorBrandon Maier <brandon.maier@collins.com>
Wed, 14 Feb 2024 23:16:02 +0000 (00:16 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 14 Feb 2024 23:17:05 +0000 (00:17 +0100)
commitd00fb4b3a237b375de5a1f453c8453b8b3797d51
tree98b8af458abc1b1b2d89201ad7a595cb4b4583a0
parent5f20f050efed3431beaf85739f0113e9ef0abd8e
patch 9.1.0111: filetype: no support for bats files

The '*.bats' file type is for Bash Automated Testing System (BATS)
scripts. BATS scripts are Bash with a special '@test' extension but they
otherwise work with Vim's bash filetype.

See https://github.com/bats-core/bats-core

closes: #14039

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c