itmammoth/doorboy.vim

It'd be nicer to work as ruby filetype in slim's ruby context

Closed this issue · 1 comments

In slim file, (# is the cursor)
When: - @posts.each do #
Type: |
Then: - @posts.each do |#

Expected: - @posts.each do |#|

This'll be nicer isn't it?

Implemented with #36