Changes Afoot
I've checked in some new changes. Hopefully these will result in a new version sometime soon.
There are a couple of changes which may cause some issues. Firstly, I've removed the 'local indent' requirement of the last version (1.1). It was implemented to solve some issues with indenting but I've found a different way to work around the problem.
Secondly, I've removed the use of 'iskeyword' for matching special characters in tags. This changes the contract slightly: special character triggers will require whitespace before them.
An example. In the Django templates the trigger '{{' will only be expanded if there is whitespace before it. Other characters which previously worked ('#', for example) will no longer do so.
So, get posting your bug reports and I'll try and get fixes into the next release. I'm using bazaar for revision control at the moment as I'm not the net much. As a result I'm thinking of moving to Launchpad rather than Google. If anyone's got any opinions then please let me know through the comments.