Most Recent Posts

Search Posts

Forrst Of Geeks

Cruising Proggit the other day I saw a sponsored ad for Forrst. There was some feedback on the ad (that's how Reddit ads work) and I noticed that Forrst's owner was providing direct feedback which is always nice so I decided to check it out. One word: wickedbadassawesomesauce. It's a … more »

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 »