Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-18 | Patch from Kein-Hong Man improves folding for Perl. | nyamatongwe | 1 | -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-17 | Fixed bug #3029627 VHDL unclosed strings not styled correctly. | nyamatongwe | 1 | -2/+2 | |
2010-07-17 | Patch from Nick Treleaven to allow disabling explicit fold points. | nyamatongwe | 1 | -1/+6 | |
2010-07-17 | Removed debugging code. | nyamatongwe | 1 | -2/+0 | |
2010-07-17 | Lexer for Txt2tags contributed by Eric Forgeot. | nyamatongwe | 1 | -0/+481 | |
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 77 | -960/+1262 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Major rewrite with lexer state used to highlight preprocessor constructs. | nyamatongwe | 1 | -112/+646 | |
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 78 | -0/+33373 | |