-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
ST 3124: Error loading syntax, apparent recursion within a with_prototype action: 25000 context sanity limit hit #141
Comments
That also fixed it for me - thanks for the fix! |
Can you elaborate on this? I'm really not getting it. Which one is the default Markdown package and how can I enable it? I tried switching the file syntax from Markdown Extended to Markdown but it doesn't work. |
@simov In your preferences>settings file you can remove or comment out Markdown from your ignored_packages. At least a temporary fix. "ignored_packages":
[
// "Markdown",
"Vintage"
], |
Thanks @rbnhmll ! Actually adding I mean I have this |
Well that is kind of strange now 😜 Actually there is only two places where Both times |
So I'm back with the same error. It turns out that my .sublime-syntax is identical, it's just not installed through the package manager. Ignoring the Markdown package actually removes Markdown from the list of available syntaxes. |
something changed in sublime text (again) that is causing these issues. I would be very appreciative if anyone can shed any light on what's happening |
Same error occurs for Bash (Shell) syntax. |
Adding Can someone report the issue with sublime's default |
@randy3k any thoughts on this? The |
The latex syntax was updated in the recent versions of ST.please remove the latex section for now. I will fix it asap |
I'll try to do it this evening, if someone wants to do a pr before then that would be great |
Just pinging this issue. I was wondering if there are any updates to getting LaTex support both for math and arbitrary LaTex back in this package. |
Problems with CFML package => I had to remove CSS3 and HTML5 from package list |
@hws-sp Thanks! That solved my problem with the same errror occurring for the CML package. Removed CSS3 and HTML5. |
remove html and css |
removing css3 worked for me. thanks @hws-sp |
Yep! |
My setup: I had set MarkdownExtended as my default Syntax type for .md files. Every time I opened a Markdown file, I would get this error:
I decided to take the advice shared above. Uninstalled the CSS3 package and the error went away! Thanks again |
Disabled CSS3 made the error go away for me. Man, what a mess sublime text plugins have become. |
Same issue, removing package |
JavaScriptNext - ES6 Syntax was my issue too |
@ruborg What if I need this package? This error happens with JavaScriptNext for me, and I cant understand why. Previously, everything worked fine with JavaScriptNext - ES6 Syntax |
@mishell-trickster Updating Sublime Text to the latest version solved this problem for me. |
As others have noticed, this error will appear when a different plugin has a problem. My problem was also with the JavaScriptNext plugin. |
ditto: JavaScriptNext - ES6 Syntax removed and all clear. |
+1 Removed package and everything is right again. |
+1 JavaScriptNext - ES6 Syntax as source of issues. Removed package and everything is right again. |
For those having issues w/ |
Ecmascript-Sublime is also mentioning that error fyi. There is an interesting analysis of the recursion issue in bathos/Ecmascript-Sublime#51 Incidentally, it has no support for flow, for those of us who need that. |
Adding Java and Java Server Pages to the list |
Can confirm that disabling the CSS3 package solved this error appearing when using the Markdown or MultiMarkdown syntax, but it's ridiculous that this needs to be done at all, and that this hasn't been properly fixed after 2 years. It indicates something I've suspected for a while; that the state of ST3 development is a mess, and I'm seriously considering dropping it for something like VSCode or Atom. |
Removing "Naomi" fixed Groovy & Java syntax highlighting for me. |
Thanks @armlesshobo |
With the latest ST release (3124), when I have the default markdown package disabled, I get an error message like in the title (also see the forum link below) and the syntax highlighting won't work.
Enabling the default markdown package fixed the problem. Is it intended to have them both enabled?
Maybe this info is related:
https://forum.sublimetext.com/t/syntax-highlighting-problem-with-3113-apparent-recursion-within-a-with-prototype-action-25000-context-sanity-limit-hit/19914/22
The text was updated successfully, but these errors were encountered: