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 #835 (and PR #837) pointed out -- and began implementing a fix for -- the absence of @append_multiline_delimiter and friends (per the README).
@append_multiline_delimiter
README
This capture name was removed in #354 and replaced with a more streamlined system that uses predicates. The README was update accordingly at the time.
In the meantime, the README seems to have regressed, so it still mentions these now-missing captures. Presumably some rebase/merge went awry.
Action: Try to reconsolidate all the README changes such that the documentation is current.
The text was updated successfully, but these errors were encountered:
Re-removed @{append,prepend}_multiline_delimiter, per #354
71e0638
Resolves #840
Fix and update README (#850)
ccec5ae
* Fix dodgy copy-and-paste from #637 * Re-removed @{append,prepend}_multiline_delimiter, per #354 Resolves #840 * Document @leaf Resolves #841 * Document query and capture order/precedence
Xophmeister
Successfully merging a pull request may close this issue.
Issue #835 (and PR #837) pointed out -- and began implementing a fix for -- the absence of
@append_multiline_delimiter
and friends (per theREADME
).This capture name was removed in #354 and replaced with a more streamlined system that uses predicates. The
README
was update accordingly at the time.In the meantime, the
README
seems to have regressed, so it still mentions these now-missing captures. Presumably some rebase/merge went awry.Action: Try to reconsolidate all the
README
changes such that the documentation is current.The text was updated successfully, but these errors were encountered: