mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00

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: vim/vim#14039
d00fb4b3a2
Co-authored-by: Brandon Maier <brandon.maier@collins.com>