Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nested code block in parser (#53)
- By using 'blockComment' instead of 'BlockCommentStart' when nesting is allowed, nested comments would require a nested closing block comment token. This isn't how any languages I know of actually work - additional BlockCommentStarts should be ignored.
- Loading branch information