If I try to format this code: ```rb foo => { "foo bar": baz } ``` it end up looking like: ```rb foo => { :"foo bar": baz } ``` Which is of course broken syntax. _PS. Love the library!_
If I try to format this code:
it end up looking like:
Which is of course broken syntax.
PS. Love the library!