-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix recursion sanity limit #16
base: master
Are you sure you want to change the base?
Conversation
Fixes context recursion sanity limit with latest ShellScript syntax from sublimehq/Packages master branch
Incorporates a lot of robballou#16 Co-Authored-By: @keith-hall
Any progress on this? Makes the syntax unusable for me. Sorry for the cheap "bump" comment. |
Sorry. I've been lazy because it involves some rearranging of PC tagging. I've got a PR for that, now at wbond/package_control_channel#9058 if you want to follow. I also have a bunch of other improvements built up at #18 if you want to try that. |
FWIW, this PR is also dependent on wbond/package_control_channel#9058. I've merged this into #18 already. |
Pulled #18 locally and it does fix the popup error message. (I can't tell if its actually embedding the syntax highlighting, but it's so minor that it doesn't matter.) Thanks! |
Avoid
with_prototype
to fix context recursion sanity limit with latest ShellScript syntax from sublimehq/Packages master branch