We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anyone know any fixes?
I can't get this to properly highlight, I've tried a bunch of different color schemes.
The text was updated successfully, but these errors were encountered:
Here's a snippet that can replicate the issue.
@_numWordsInLine = {} @_wordKeyTo$ElMap = {} $(@_$lineEls).each (lineEl, lineIdx, list) => for wordEl, wordIdx in lineEl.children @_wordKeyTo$ElMap["#{lineIdx}:#{wordIdx}"] = $(wordEl) @_numWordsInLine[lineIdx] = lineEl.children.length
Sorry, something went wrong.
Refactor syntax
38697ca
Fixes #128 Fixes #153 Fixes #203 Fixes #212 Fixes #214 Fixes #215 Fixes #221 Fixes #248 Fixes #250 Fixes #252
No branches or pull requests
Anyone know any fixes?
I can't get this to properly highlight, I've tried a bunch of different color schemes.
The text was updated successfully, but these errors were encountered: