- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 88
Support #allow-multiple!
predicate to enable multiple content ranges
#1507
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
Merged
pokey
merged 2 commits into
main
from
pokey/support-allow-multiple-predicate-to-enable-multiple-content-ranges
Jun 6, 2023
Merged
Support #allow-multiple!
predicate to enable multiple content ranges
#1507
pokey
merged 2 commits into
main
from
pokey/support-allow-multiple-predicate-to-enable-multiple-content-ranges
Jun 6, 2023
+158
−43
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 tasks
5c95c7c
to
fcdfe95
Compare
2d7926c
to
29d4cfb
Compare
4664603
to
fc07758
Compare
1e3dafd
to
f9e078a
Compare
6e75152
to
84f562b
Compare
f9e078a
to
1534625
Compare
84aeab2
to
04cf9b8
Compare
7412fdb
to
cfb064f
Compare
3 tasks
b952885
to
b1b0972
Compare
23fcbff
to
7f02822
Compare
b1b0972
to
6910a8e
Compare
7f02822
to
da0805c
Compare
6910a8e
to
bc6397c
Compare
pokey
commented
May 28, 2023
.../src/processTargets/modifiers/scopeHandlers/TreeSitterScopeHandler/TreeSitterScopeHandler.ts
Show resolved
Hide resolved
bc6397c
to
683d715
Compare
da0805c
to
df5c834
Compare
9e7d2d6
to
8c319cd
Compare
packages/cursorless-engine/src/languages/TreeSitterQuery/TreeSitterQuery.ts
Outdated
Show resolved
Hide resolved
AndreasArvidsson
approved these changes
May 30, 2023
df5c834
to
c6e6679
Compare
e88e30b
to
96b8a8d
Compare
255c71d
to
fbc0e27
Compare
96b8a8d
to
17f9d57
Compare
fbc0e27
to
8734be6
Compare
0aa109c
to
788bfc8
Compare
726f7c2
to
ba21794
Compare
788bfc8
to
16c5d57
Compare
ba21794
to
c64f7b4
Compare
16c5d57
to
1471635
Compare
1471635
to
dd47c00
Compare
pokey
added a commit
that referenced
this pull request
Jun 6, 2023
- Fixes #1478 - Depends on #1507 ## Checklist - [x] Support "every name" while we're here - [x] Arg lists - [x] Functions in class - [x] Assignment statements in function body - [x] Assignment statements at top level - [x] Properties in class - [x] Members of interface - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#allow-multiple!
predicate to enable multiple content ranges #1481Checklist