On Mon, Feb 14, 2000 at 05:44:39PM +0100, Mirko Nasato wrote: > Hi, > > My favourite editor is Vim, but Ruby isn't in the list of supported > languages => http://www.vim.org/lang.html. > > Anyone made a ruby.vim syntax file yet? If not, i'm going to do it. I have an unfinished one at http://www.cse.msu.edu/~behrends/vim/ Main problems remaining: Distinguishing the division operator from regular expressions. Reliably parsing "here documents". Handling %[qQrxw] constructs that span multiple lines (same problem). Better treatment of #{...} embedded in strings and regular expressions. Highlighting errors rather than ignoring them. Reimer Behrends