aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexRuby.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-2/+0
2017-07-17Backport: Update types for Unix LP64 after changes to Sci_Position/Sci_Positi...Neil Hodgson1-1/+1
2016-02-17Ruby: Fix some HereDoc recognition with several expressions on a lineColomban Wendling1-1/+30
2016-02-17Ruby: Allow a symbol before a HereDoc for an implicit hash argumentColomban Wendling1-0/+10
2016-02-16Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol.Colomban Wendling1-0/+5
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-61/+61
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-2/+2
2015-02-17Reindented file consistently with 4 space indents using astyle -s4 -OHUKk3Neil1-410/+411
2015-02-17Bug [#1697]. Allow folding of multiline comments in Ruby.Neil1-0/+24
2014-07-30Ruby: fix theoretical missing assignment and remove dead oneColomban Wendling1-1/+1
2014-07-29Allow identifier suffix = in Ruby symbol literalsColomban Wendling1-1/+6
2014-07-29Allow global/class/instance variables as Ruby symbol literalsColomban Wendling1-0/+25
2014-07-29Bug [#1627]. Allow FIDs as Ruby symbol literalsColomban Wendling1-1/+5
2014-05-24Removing style byte indicators.Neil1-3/+2
2014-01-20Fix typos in comments (lexers)Stefan Weil1-1/+1
2013-06-29Simplify code so that it is understood by cppcheck, avoiding warnings.Neil1-1/+1
2013-04-05Fix crash in 64-bit builds due to unsigned underflow.nyamatongwe1-1/+1
2012-09-14Recognize Ruby HereDoc after an instance or class variableColomban Wendling1-1/+6
2012-09-13Fix folding of "for" Ruby loopsColomban Wendling1-2/+5
2012-02-25Fix dead code warnings from Xcode Analyze.nyamatongwe1-2/+0
2011-12-09Fixed ruby lexer to correctly handle '=begin' comments at start of file. Any ...Nathan Broadbent1-2/+2
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2011-01-19Increased style bits to 6 as style numbers above 31 used.nyamatongwe1-1/+1
2010-12-09Folding for Ruby here documents. Feature #3118224.nyamatongwe1-1/+7
2010-10-20Trailing whitespace fixed.nyamatongwe1-2/+2
2010-10-20Folding fix for "if" keyword used as a modifier where it is separatednyamatongwe1-3/+38
2010-10-20Handle % quoting better.nyamatongwe1-0/+9
2010-10-20Treat all dots as operators in ranges 1..2 and 1...2 rather thannyamatongwe1-0/+4
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-50/+55
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+1715