aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexPerl.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-04-06Made the fold backtrack unconditional as discussed on bug #3265401.nyamatongwe1-4/+2
2011-04-05Adds a fold.perl.at.else property. Discussed in bug #3265401.nyamatongwe1-4/+10
2011-03-27Reindented with astyle.nyamatongwe1-353/+355
2011-03-22Folding for here docs and explicit folding comments. Feature #3116881.nyamatongwe1-1/+51
From Jérôme LAFORGE. Also completes feature #3112671.
2011-03-22Converted to lexer object by Udo Lechner.nyamatongwe1-64/+181
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-09-06Ensure changing the marker for a here-doc causes a redisplay.nyamatongwe1-0/+6
2010-07-18Patch from Kein-Hong Man improves folding for Perl.nyamatongwe1-14/+43
(a) Folding of array blocks (square brackets) - Done like folding for braces, which no one has complained about so far (b) Adjacent package statements are not folded (c) Nested folding for Pod headings (=head1 thru =head4) - Pod headings in the data section are also folded (d) Terminates package folding at __DATA__, __END__, ^D and ^Z - Previously, only __END__ tested for
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-10/+13
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+1305