aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerSimple.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-29/+0
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-0/+3
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2018-04-14Make some changes recommended by clang-tidy.Neil Hodgson1-3/+3
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-2/+2
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+30