aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharacterSet.h
AgeCommit message (Collapse)AuthorFilesLines
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil1-208/+0
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both.
2021-01-29Move CharacterSet and CharacterCategory from lexlib to src as in both ↵Neil1-0/+208
Lexilla and Scintilla
2010-07-13Creating lexlib with lexer support files.nyamatongwe1-59/+0
2010-05-17Safety check in case called with negative character value.nyamatongwe1-0/+1
2007-06-02Moving CharacterSet class into own header so can be used by morenyamatongwe1-0/+58
lexers. Updated LexCPP to match changes. Added use of CharacterSet to LexHTML.