aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexProgress.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Handle nested comments for adjacent markers like "/*/*" or "*/*/".Matt Gilarde1-1/+6
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-11/+11
2016-09-21Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".Yuval Papish1-272/+515
2016-05-11Allow comments preceded by a tab.Matt Gilarde1-1/+1
2016-02-25Support hexadecimal numeric literals.Matt Gilarde1-1/+3
2016-02-01Support single-line comments, abbreviated keywords and extend nested comments toMatt Gilarde1-22/+54
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-3/+3
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-3/+3
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-8/+12
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+279