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
sciteco-rel-5-5-8
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
/
lexlua
/
lexer.lua
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-10
Revert previous commit.
mitchell
1
-2
/
+2
2020-06-10
Support American English "changable" style setting in LexerLPeg.
mitchell
1
-3
/
+3
2020-04-25
Reformatted Lua LPeg lexers and added new convenience functions and pattern.
mitchell
1
-34
/
+94
2020-03-29
lexlua: Fixed incorrect grammar building for lexers that embed themselves.
mitchell
1
-1
/
+2
2020-03-28
Switch to 1-based style numbers internally in Lua.
mitchell
1
-57
/
+54
2020-03-26
Switch to 1-based indices in Lua.
mitchell
1
-11
/
+11
2020-03-06
More LexLPeg refactoring, including a safer Lua state.
mitchell
1
-24
/
+22
2019-12-31
Updated copyright year for lexlua-specific bits of LongTerm3.
mitchell
1
-1
/
+1
2019-10-12
lexlua: Prevent double-counting of fold points on a single line.
mitchell
1
-1
/
+1
2019-02-16
Updated copyright year.
mitchell
1
-1
/
+1
2019-01-31
Do not match '..' on the trailing end of floats.
mitchell
1
-1
/
+2
2018-10-24
lexlua: Fixed typo in a previous commit to lexer.lua.
mitchell
1
-1
/
+1
2018-10-24
lexlua: Tweaked newline pattern to be more syntactically accurate.
mitchell
1
-2
/
+2
2018-06-12
Fixed child lexers that embed themselves into parents and fixed proxy lexers.
mitchell
1
-6
/
+8
2018-06-05
Handle legacy lexer "_fold" functions.
mitchell
1
-0
/
+2
2018-03-11
Added optional Lua lexer support.
mitchell
1
-0
/
+1865