Closed paradoxxxzero closed 6 years ago
Could you release? (It's backward compatible)
Yes, sorry. Been sick and my main computer is currently not working. I'll release it now.
No problem, get well soon. (On a side note, I think the issue when the grammar is not always applied at start is back.)
Hmm, I haven't had a problem with it. Do you have any idea what conditions might trigger it?
Using the 1.24.0-beta3 and having lot of open tabs some open tabs.
My TextEditors have the NullGrammar. I'm going to look into what's happening.
Ok this is a conflict with language-babel, only happen on jsx files. I'll investigate some more.
Okay forget it it's worse than that, it seems something broke on the grammar initialisation level in the beta. I'm getting the problem on a fresh atom installation (without semanticolor).
This commit https://github.com/atom/atom/commit/9006d05d4f04f17b9bf96ca9a7d5fa8fdd97afdd removes the inheritance from textmateRegistry and wrap it instead.
startIdForScope
andendIdForScope
are not proxified hence that fix.