-
Notifications
You must be signed in to change notification settings - Fork 64
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
Causes Sublime to use 100% CPU on save #193
Comments
That edit just broke my heart 😞 Thanks for the detailed report, I'll take a look asap! |
So, for a piece of regex which causes catastrophic backtracking for the commit 26dbc4e . (for the regex
Here's a link to see that it causes the issue : http://regex101.com/r/pQ5lB6/1 |
Any word on this? Can that commit be reverted until a better fix is found? |
any updates? CoffeeScript highlighting causes Sublime Text 3 to crash sometimes on big files |
Working on a relatively large project mostly made of .py/.js/.coffee files and every time I save a file (even just a python file, without any js file open) it causes a CPU spike for several seconds from sublime 3, which consumes 100% CPU. I narrowed it down to this package by installing only this one and seeing the same pattern. I changed the package's user settings to pretty much all false to try and stop the indexing but nothing changed.
Edit: For what it's worth, reverting CoffeeScript.tmLanguage and CoffeeScript_Literate.tmLanguage to what they were a couple days ago fixes the issue.
The text was updated successfully, but these errors were encountered: