Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complex sequences break highlighting #28

Closed
idrougge opened this issue Dec 6, 2016 · 1 comment
Closed

Complex sequences break highlighting #28

idrougge opened this issue Dec 6, 2016 · 1 comment

Comments

@idrougge
Copy link

idrougge commented Dec 6, 2016

Some Swift sequences cause the syntax highlighter to quit its job. I can't tell ifit is caused by chains of closures or uncommon sequences of double quotes. This can be observed at the end of https://github.com/idrougge/advent_of_code_2016/blob/master/idrougge-swift/day5/md5.swift where the text turns a uniform blue in the last portion of the code. It seems to be triggered by this line:
c.h.forEach{hh+=String(format:"%08X\($0.distanceTo(c.h.last!)==0 ? "":" ")",$0.bigEndian)}

@jtbandes
Copy link
Collaborator

jtbandes commented Dec 6, 2016

Should be fixed along with #25 already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants