The app started out to handle Ruby code, but is handy for almost anything (such as layout out a Haskel project). But not all languages use the same CamelCase and snake_case conventions.
When the …
## The story so far
As of the latest release, 0.9.4, CoffeeScript used a Ruby-inspired syntax to describe ranges: `[x..y]` meant "everything from `x` to `y`, including `y`"; `[x...y]` meant "everythi…