-
Notifications
You must be signed in to change notification settings - Fork 591
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
(JavaScript) unicode highlighting missing with many nested functions #1130
Comments
Which ST build are you seeing this on? It seems fine for me in 3142 with the default JavaScript syntax. |
Your comment made me try Monokai – works. Only occurs with Blackboard, and perhaps others. |
I enabled legacy color schemes and tried, but it still looks okay to me: It seems to me like a similar issue to #403, but that was solved in build 3115. Can you confirm what ST build you are using please? |
I'm on |
I only noticed after commenting that your image exhibits the bug! |
Oh I see it now too :) sorry, not used to that color scheme so wasn't sure what to look for. It looks like the scoring given for the scope selector >>> sublime.score_selector('source.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.block.js meta.block.js meta.block.js string.quoted.single.js constant.character.escape.js', 'constant')
1152921504606846976
>>> sublime.score_selector('source.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.function-call.method.js meta.group.js meta.block.js meta.block.js meta.block.js meta.block.js string.quoted.single.js constant.character.escape.js', 'string')
1152921504606846976 Normally >>> sublime.score_selector('source.js string.quoted.single.js constant.character.escape.js', 'string')
64
>>> sublime.score_selector('source.js string.quoted.single.js constant.character.escape.js', 'constant')
512 As As this is a legacy color scheme, I'm not sure if such a change will be made to the version that comes with ST. |
Thanks! Works for me. It seems inevitable to eventually move off of Blackboard. I noticed some nice features in Monokai missing in Blackboard, like cursive formatting. |
One less and it works.
The text was updated successfully, but these errors were encountered: