aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/DefaultLexer.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-139/+0
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-3/+17
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
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
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-0/+110