mirror of
https://github.com/neovim/neovim.git
synced 2025-11-24 11:10:38 +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>