/usr/share/vim/addons/ftdetect/clustershell.vim is in clustershell 1.6-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | "
" Installed As: vim/ftdetect/clustershell.vim
"
au BufNewFile,BufRead *clush.conf setlocal filetype=clushconf
au BufNewFile,BufRead *groups.conf setlocal filetype=groupsconf
au BufNewFile,BufRead *groups.conf.d/*.conf setlocal filetype=groupsconf
|