aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/DefaultLexer.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-16Remove line-end white space.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2017-06-22Basic implementation helpers for style metadata.Neil1-1/+3
2017-06-22Add style metadata methods with null implementations.Neil1-0/+4
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-1/+1
checking in 4.0. Use lvRelease4 ID.
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-0/+49
default implementations of the ILexerWithSubStyles interface methods.