We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing Naomi (I used Package Control) Sublime pops up the following error:
Error loading syntax file "Packages/PHP/PHP.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context sanity limit hit
This error also pops up after restarting Sublime.
If I remove Naomi the error goes away.
Minimal code sample used to reproduce the error.
The text was updated successfully, but these errors were encountered:
Also experiencing this issue but with markdown syntax.
On sublime text start/restart:
Checking the sublime text terminal:
Sorry, something went wrong.
I have posted a solution here: #183 try that and and see if it works for you (Note: I'm not on the naomi team). Let me know if that works out for you.
@KernelZechs awesome. Thanks for the workaround.
I went with renaming Naomi/syntaxes/naomi.php7.sublime-syntax Naomi/syntaxes/php7 Naomi/syntaxes/naomi.css3.sublime-syntax Naomi/syntaxes/css3
Naomi/syntaxes/naomi.php7.sublime-syntax
Naomi/syntaxes/php7
Naomi/syntaxes/naomi.css3.sublime-syntax
Naomi/syntaxes/css3
@KernelZechs awesome. Thanks for the workaround. I went with renaming Naomi/syntaxes/naomi.php7.sublime-syntax Naomi/syntaxes/php7 Naomi/syntaxes/naomi.css3.sublime-syntax Naomi/syntaxes/css3
Unfortunately @reekrd when doing this React CSS (style-components) will break.
No branches or pull requests
After installing Naomi (I used Package Control) Sublime pops up the following error:
Error loading syntax file "Packages/PHP/PHP.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context sanity limit hit
This error also pops up after restarting Sublime.
If I remove Naomi the error goes away.
The text was updated successfully, but these errors were encountered: