aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/CatalogueModules.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-70/+0
2020-06-11Use const and noexcept for CatalogueModules.Neil1-6/+6
While CatalogueModules is in lexlib, it is newer with few users so does not have to remain as fixed as other files in lexlib.
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-1/+1
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-0/+70
be reused.