aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexLua.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-502/+0
2018-03-08Bug [#1952]. Match identifier chains with dots and colons.Kein-Hong Man1-56/+94
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-07-17Implement style metadata for some languages.Neil1-1/+31
Add some helper methods to SubStyles for finding style metadata of substyles.
2017-04-06Added const to some lexers.Neil1-15/+15
2017-01-14Require the first line to start with "#!" to be treated as a shebang comment.jedailey1-2/+2
2015-12-11Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3.Kein-Hong Man1-1/+1
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-9/+9
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-3/+3
comment recognizers to allow for future implementation of 64-bit positions.
2014-04-29Fix some warnings instead of relying upon #pragma to hide themNeil1-1/+1
2013-06-26Simplify label handling code and avoid checking to end of line.nyamatongwe1-22/+5
From Kein-Hong Man.
2013-06-25Make labels work with non-ASCII characters in UTF-8.nyamatongwe1-4/+4
2012-08-17Ensure variable NUL terminated and limit its scope.nyamatongwe1-1/+1
Avoids warning from Visual C++ code analysis.
2011-08-05Fix for infinite loop bug when typing "goto " at the end of the program.nyamatongwe1-1/+1
2011-08-05Lua lexer update for Lua 5.2 beta. Feature #3386330.nyamatongwe1-6/+76
(a) \* escapes in strings changed to \z (b) goto <label> highlighting for same line only (c) :: <label> :: highlighting for same line only From Kein-Hong Man.
2011-03-26Compatibility with Lua 5.2 alpha. Feature #3243811.nyamatongwe1-10/+33
Hexadecimal floating-point numbers recognized. Support for '\*' whitespace escaping in strings. From Kein-Hong Man.
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-7/+10
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+358