-
Notifications
You must be signed in to change notification settings - Fork 18
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
25000 context sanity limit hit for java syntax #181
Comments
related discussion, may be interesting for you: |
The error usually happens with the builtin PHP, Markdown and LateX syntaxes, it started when they did a major upgrade in the latest version of sublime, they included For PHP and Markdown, I included a syntax that does not present this issue(I'll probably remove them after the build system is in place). Avoid using the builtin PHP, Markdown and Latex syntaxes if possible, otherwise you'll have to wait for the build system to be finished. I am updating it as fast I can trying to balance my work schedule but this one will be a major change. |
i installed
25,000 context limit is too low #1687 I think you have to do a little clean in your code and lighten up a little |
That's already in progress and it's a big change. The problem was a wrong assumption about external files like I do here, I thought sublime would insert a reference to that file but the reality is that sublime copies the contents of the referenced file and any reference to other files in that file, recursively. It's not that the code is not clean or heavy, it's just that sublime's syntax system duplicates the code everytime I use the |
Any updates on this issue? The problem persists for me. |
Can't use until this get fixed. |
Any news here? |
Hi Borela, nice work with Naomi, just rocks. But I'm still having the 25.000 limit with LaTeX. |
Disable JavaScriptNext - ES6 syntax actually it is creating an error |
This was the solution! Install the Babel package instead. |
Naomi breaks native java syntax highlighter:
If I disable Naomi package - everything starts to work. Enable back - a lot of errors happens and java code become plain white.
Since Java code example is proprietary, I'll send it to you by email.
The text was updated successfully, but these errors were encountered: