Curly braces in Python: http://t.co/4jjtupRgYq
miniblog.
Related Posts
Difftastic uses the same parse tree for diffing and highlighting. This has a really nice side effect: you can spot parsing bugs from highlighting!
It's subtle, but difftastic shows parentheses/braces in bold. I noticed that < and > weren't bold, and fixed the parser :)
I'm really pleased with how well difftastic handles removal of `if` statements. Here's an example I hit today.
It's definitely harder to see which curly braces are removed in the `git diff` example. `git diff` does combine everything into a single hunk though, which is nice.
try this in Python: 'from __future__ import braces'. There's only one way to do it, and Python doesn't think that's it.



