**Describe the bug** Hovering over the error in: ```typescript const x: "' 'Oh no" = null; ``` The formatting is broken > Type `null` is not assignable to type `"`'Oh no"'. **Expected behavior** > Type `null` is not assignable to type `"' 'Oh no"`. **Original error** <code>Type 'null' is not assignable to type '"' 'Oh no"'.ts(2322)</code> **Screenshots** <img width="454" alt="image" src="https://github.com/yoavbls/pretty-ts-errors/assets/1212291/4f3765d9-44cf-4181-b711-bca716c77e36">