Ruby syntax checking in vim
Posted
by roybotnik
on Stack Overflow
See other posts from Stack Overflow
or by roybotnik
Published on 2009-08-19T20:58:27Z
Indexed on
2010/03/25
0:23 UTC
Read the original article
Hit count: 850
Hi everyone,
I use vim with various plugins for editing ruby code. I have proper syntax highlighting set up but I was wondering if anyone knew of a way to get ruby syntax checking, similar to what you might see in an IDE such as visual studio, radrails, etc?
Something that would simply turn stuff red or break highlighting when I'm missing an 'end' or have an improperly constructed line of code would be sweet.
I googled and came across this plugin, http://github.com/scrooloose/syntastic/tree/master but I was wondering if anyone had any better suggestions.
© Stack Overflow or respective owner