aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexProgress.cxx
AgeCommit message (Collapse)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
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth
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
unlimited levels.
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-3/+3
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-3/+3
comment recognizers to allow for future implementation of 64-bit positions.
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-8/+12
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+279