aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Collapse)AuthorFilesLines
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-17Fixed bug #3029627 VHDL unclosed strings not styled correctly.nyamatongwe1-2/+2
2010-07-17Patch from Nick Treleaven to allow disabling explicit fold points.nyamatongwe1-1/+6
2010-07-17Removed debugging code.nyamatongwe1-2/+0
2010-07-17Lexer for Txt2tags contributed by Eric Forgeot.nyamatongwe1-0/+481
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe77-960/+1262
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Major rewrite with lexer state used to highlight preprocessor constructs.nyamatongwe1-112/+646
2010-07-13Moved lexers into lexers directory.nyamatongwe78-0/+33373