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
Issue #571 is best fixed by appending open_scope to the expression before the annotation. We should implement these new directives:
open_scope
prepend_open_scope
append_open_scope
prepend_close_scope
append_close_scope
The text was updated successfully, but these errors were encountered:
Perhaps we should change scopes to work like indenting, i.e. adding atoms for ScopeStart and ScopeEnd.
ScopeStart
ScopeEnd
Sorry, something went wrong.
ErinvanderVeen
Successfully merging a pull request may close this issue.
Issue #571 is best fixed by appending
open_scope
to the expression before the annotation. We should implement these new directives:prepend_open_scope
append_open_scope
prepend_close_scope
append_close_scope
The text was updated successfully, but these errors were encountered: