index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
/
LexLua.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-08
Bug [#1952]. Match identifier chains with dots and colons.
Kein-Hong Man
1
-56
/
+94
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-07-17
Implement style metadata for some languages.
Neil
1
-1
/
+31
2017-04-06
Added const to some lexers.
Neil
1
-15
/
+15
2017-01-14
Require the first line to start with "#!" to be treated as a shebang comment.
jedailey
1
-2
/
+2
2015-12-11
Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3.
Kein-Hong Man
1
-1
/
+1
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-9
/
+9
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
1
-3
/
+3
2014-04-29
Fix some warnings instead of relying upon #pragma to hide them
Neil
1
-1
/
+1
2013-06-26
Simplify label handling code and avoid checking to end of line.
nyamatongwe
1
-22
/
+5
2013-06-25
Make labels work with non-ASCII characters in UTF-8.
nyamatongwe
1
-4
/
+4
2012-08-17
Ensure variable NUL terminated and limit its scope.
nyamatongwe
1
-1
/
+1
2011-08-05
Fix for infinite loop bug when typing "goto " at the end of the program.
nyamatongwe
1
-1
/
+1
2011-08-05
Lua lexer update for Lua 5.2 beta. Feature #3386330.
nyamatongwe
1
-6
/
+76
2011-03-26
Compatibility with Lua 5.2 alpha. Feature #3243811.
nyamatongwe
1
-10
/
+33
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-1
/
+0
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-7
/
+10
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+358