aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexMarkdown.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-26Fixing Markdown lexer to not change state inside term. Bug #3398184.nyamatongwe1-8/+15
From Eric Promislow at ActiveState.
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-08-16Bug #3045386 fixed: Markdown lexer can hang in an infinite loopnyamatongwe1-2/+2
Fix from Colomban Wendling.
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-36/+39
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+412