-
Notifications
You must be signed in to change notification settings - Fork 2
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
Loading issue as of Sublime version 4186 #7
Comments
Which version of Sublime Text are you using? Also, does this happen for every EJS file, or only certain ones? Can you make a very simple EJS file and see if it loads when viewing that file? |
Sublime Text version 4189, but the issue started in 4186. The plugin will not load even with a completely blank file. It looks like the issue is something with the "with_prototype" section. If the "with_prototype" is changed to "prototype" or commented out completely the plugin loads, but of course does not recognize the ejs syntax correctly. |
Are you on Linux? I couldn't reproduce on Windows or Mac, so I created an Ubuntu VM and was able to reproduce there. |
@wout Thanks for the report. It seems this issue affects only Linux. I believe this is a bug in Sublime Text itself that came with a recent update, so I'll try reporting directly to them. |
You can follow my bug report here: sublimehq/sublime_text#6610 |
Plugin will not load with error:
Error loading syntax file "PackagesEJS 2/EJS.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context sanity limit hit
The text was updated successfully, but these errors were encountered: