I like what I've seen so far of Sublime, and I want to like it more, but I can't do that until I can find a way to get Ruby autoindent working. It's highly probable I'm simply missing something since I know Sublime can do what I want as it works out of the box with Python. If I type:
- Code: Select all
5.times do |x|
puts x
end
I would very much like for Sublime to automatically indent the "puts x" line for me, and then automatically deindent the "end" line, when I type them.
What am I doing wrong that this doesn't simply happen? Thanks in advance!