-
Notifications
You must be signed in to change notification settings - Fork 64
Don't highlight class if its a property of an Object
#256
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
Conversation
|
How about... Maybe add some tests to tests/sublime_test_scope.coffee like |
|
Apologies for being a noob in all this. I was looking into other keywords "match" definitions, and they all work fine with just Also with my first commit, if I do undo in my code, and undo reaches code like Now with reordering, there is no issues, at least for me. In your test example this is incorrect syntax If all this makes no sense, you can safely delete my pull request, I will just use local Package version for myself. Anyway, thank you for handling this. |
If you are reliably able to reproduce a crash with a couple of steps, an issue at https://github.com/sublimehq/sublime_text/issues woult be very appriciated, helping devs to reproduce and narrow down root cause. Maybe provide a branch with your previous state for them to use for debugging.
It does make sense and contribution is very appriciated. I just asked to make sure not to miss anything, speaking as a CoffeeScript noop. |
|
Crash happens without my commits. |
|
Well, I neither know anything about your setup (OS, architecture, ST version, ...) nor steps needed to cause a crash. |
|
I downloaded portable sublime for Windows |
|
This issue seems to be fixed already. I can reproduce in ST 4192, but no longer in 4196. |
|
Good to know. Thank you for your time. |
before


after