aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexRuby.cxx
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Fixes for GCC 4.3 warnings. The Pascal change fixes behaviour.nyamatongwe1-2/+2
2008-05-28Patch from Eric Promislow makes #{ work as a fold comment.nyamatongwe1-1/+2
2007-05-17Fix from Iago Rubio for SA25245 buffer overflow error.nyamatongwe1-1/+1
2006-09-23Modification from Eric Promislow / ActiveState to display interpolatednyamatongwe1-48/+220
2005-09-13Update from Eric Promislow improves here doc recognition.nyamatongwe1-37/+323
2005-08-30Added StyleBitsNeeded property and implemented to return 5 for all lexersnyamatongwe1-1/+1
2005-08-25New Ruby lexer from Eric Promislow of ActiveState.nyamatongwe1-266/+1157
2003-11-29Patch from Kaspar Schiess to handle $' as not starting a string.nyamatongwe1-0/+5
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-3/+8
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
2002-02-12Minor fixes to lexers.nyamatongwe1-2/+2
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-1/+1
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-1/+1
2001-05-29Patch from Clemens to handle multiline comments in Ruby.nyamatongwe1-36/+15
2001-04-24Initial version.nyamatongwe1-0/+376