There are known edge cases with block comment support. Fixing these would involve more advanced parsing techniques. **Block comments cannot be surrounded by quotes** The following will fail to be recognized as a comment: ``` .ascii "one" /* and */ "two" ```