aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/DefaultLexer.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-06-22Basic implementation helpers for style metadata.Neil1-8/+9
2017-06-22Add style metadata methods with null implementations.Neil1-0/+16
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/+110
default implementations of the ILexerWithSubStyles interface methods.