Set Steepfile to be Ruby

This commit is contained in:
Loic Nageleisen 2024-03-13 20:31:50 +01:00
parent b21e9981e3
commit 3f490785e3
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2

1
vimrc
View file

@ -269,6 +269,7 @@ augroup vimrc
autocmd FileType coffee setl softtabstop=4 shiftwidth=4
autocmd BufRead,BufNewFile Guardfile setf ruby
autocmd BufRead,BufNewFile Vagrantfile setf ruby
autocmd BufRead,BufNewFile Steepfile setf ruby
autocmd BufRead,BufNewFile *.skim setf slim
autocmd BufRead,BufNewFile *.opal setf ruby
autocmd FileType go setl nolist