aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexLPeg.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-03-25Fixed LPeg lexer incorrectly applying style changes to stale property sets.mitchell1-6/+11
Also, when manually updating the default style, call SCI_STYLECLEARALL in order for subsequent style updates to inherit from the default style.
2018-03-16Fixed compiler warnings in LPeg lexer.mitchell1-8/+7
2018-03-15Use active Scintilla namespace in LPeg lexer.mitchell1-4/+0
2018-03-11Added optional Lua lexer support.mitchell1-0/+795
This support is disabled by default and must be enabled via compile-time option.