On 15/6/2006, at 9:50, Kamen Nedev wrote:
Hmmm, the only BIG problem with the TODO tag is that it is a very common word in Spanish (meaning "all"). So I suppose I'll have to do some kind of disambiguation there.
One heuristic could be to not expect a word character in-front of TODO, as it would normally be the first non-whitespace thing on the line, or follow a comment character.
Unfortunately the Ruby version we rely on does not do look-behind assertions, making this more complex than necessary.