aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/DefaultLexer.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-06-22Backport: Basic implementation helpers for style metadata.Neil1-8/+9
Backport of changeset 6347:69b7471ad62f.
2017-06-22Backport: Add style metadata methods with null implementations.Neil1-1/+17
Backport based on changesets 6345:faecbd0078e5 and 6346:72bd27f81477.
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want ↵Neil1-0/+110
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e.