aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexLua.cxx
AgeCommit message (Expand)AuthorFilesLines
2008-09-06Patch from Jason Oster ensure keywords highlighted at end of text.nyamatongwe1-0/+23
2008-07-26Patch from Kein-Hong Man to use CharacterSet objects.nyamatongwe1-48/+21
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2007-03-27Removed duplicate code.nyamatongwe1-2/+0
2006-10-17Patch from Kein-Hong Man properly handles + or - as operators in numbersnyamatongwe1-1/+4
2006-02-13Patch from Kein-Hong Man to allow more forms of numeric literal.nyamatongwe1-2/+6
2006-02-04Patch from Kein-Hong Man to add length operator and improve list of knownnyamatongwe1-1/+2
2005-12-02Patch from Kein-Hong Man support new Lua 5.1 long string andnyamatongwe1-50/+63
2005-08-05Patch from Philippe to fold nested comments, nested strings and repeatnyamatongwe1-13/+24
2005-04-03Comment line and preprocessor lines style the end of line characters sonyamatongwe1-3/+3
2004-12-03Patch from Regis Vaquette to allow compilation for Windows CE.nyamatongwe1-1/+0
2004-07-22Fix from Kein-Hong Man to treat .. as an operator rather than part of annyamatongwe1-1/+1
2003-09-08Avoid warning by promoting char to int.nyamatongwe1-1/+1
2003-09-08Patch from Philippe to patch restrict local function visibility and improve c...nyamatongwe1-10/+17
2003-08-02Patch from Philippe to allow '.' in 'keywords'.nyamatongwe1-12/+19
2003-07-23Patch from Alexey to fold literal strings and comments.nyamatongwe1-1/+6
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-1/+11
2002-10-26Patch from Philippe to handle block comments, and the deep nesting ofnyamatongwe1-17/+48
2002-06-08Patch from Philippe to fix multiline string handling.nyamatongwe1-10/+12
2002-03-26Patch from Philippe to handle nested strings.nyamatongwe1-47/+73
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-18/+1
2002-02-09Patch from Alexey to use StyleContext.nyamatongwe1-184/+150
2002-02-06Patch from Alexey to support fold.compact and folding of {}.nyamatongwe1-44/+42
2002-02-02Updated Lua lexer that treats '.' as not being an identifier or keywordnyamatongwe1-38/+51
2001-08-07Patch from Philippe to set literal string state correctly based onnyamatongwe1-1/+6
2001-04-20Simplified because of warnings.nyamatongwe1-3/+2
2001-04-20Alexey added folding for Lua.nyamatongwe1-232/+205
2001-04-13Added a string name to each lexer.nyamatongwe1-1/+1
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-2/+6
2001-01-02Philippe added % and : operators and support for initial # line.nyamatongwe1-2/+10
2000-11-26Patches from Philippe to improve Lua lexer, handle '\' continuationnyamatongwe1-245/+239
2000-06-12Lua language support from Paul Winwood.nyamatongwe1-0/+298