Posts labeled "highlighter"

Ongoing Projects

So in all 5 minutes of my free time I've managed to squeeze in some side projects. One I've "highlighted" (pun intended) here before: lzHilight. The other is a mini-project I through together to add cterm support to Vim colorschemes without the need for the somewhat bulky GuiColorScheme plug… more »

Big Highlighter Update 0.8.2

In the spirit of PHP I figured I would make a major update in a minor version. So here's version 0.8.2 and here's the changelog for the beast. (This will probably be the last of the major changes since from here on out all development will probably be focused on the tokenizers or creating so… more »

Less Broken = Win, Highlighter V0.8

Here 'tis, version 0.8. Most of the major changes dealt with fixing the HTML tokenizer which now works *almost* flawlessly. Here are the updated README and CHANGELOG from v0.8. Download: CLI Highlighter v0.8 CHANGELOG 0.8 * Changed the way custom handlers work in syntax fi… more »

Invading Automata (Highlighter V0.7)

Another quick update for the syntax highlighter. I've rewritten a bit of the main program for extensibility and I've bundled an HTML tokenizer (unfortunately this is a finite state automata, its almost impossible to go completely stateless) and syntax files. Coinciding with some of the new c… more »

Stateless Syntax Highlighter Part 2

The highlighter has been completely overhauled to be extensible using external tokenizers and color files. PHP CLI Highlighter v0.5 Here is the new README from the file: Command line syntax highlighter ------------------------------- Getting Started: Requirements: Requires P… more »