From: Samir Benmendil Date: Sat, 1 May 2021 13:49:10 +0000 (+0100) Subject: vim: Dangerfile are Ruby X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/aec02e29c44ae438e42cac926290626061af1894 vim: Dangerfile are Ruby --- diff --git a/vim/ftdetect/ruby.vim b/vim/ftdetect/ruby.vim new file mode 100644 index 0000000..6f56717 --- /dev/null +++ b/vim/ftdetect/ruby.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile Dangerfile set filetype=ruby