-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: determine auto-pairs from injection #14697
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
feat: determine auto-pairs from injection #14697
Conversation
c806e75 to
6294bcd
Compare
6294bcd to
6091dc4
Compare
f4b58b6 to
ba49f86
Compare
helix-view/src/document.rs
Outdated
| editor: &'a Editor, | ||
| loader: &'a syntax::Loader, | ||
| view: &View, | ||
| doc: &Document, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is on Document we can use self instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops
ba49f86 to
1f3f1b8
Compare
|
oh the failing ci is due to updates on the master branch, i was so confused |
|
also what did i change to make that fail now? i didn't even touch the typed.rs file?? |
why is this failing? what did i do? i am so confused.
1f3f1b8 to
2a74127
Compare
|
The |
yeah did not know, that it did that, but i had the same happen to me over in a different pr like an hour ago. |
similar to #12759, except for auto-pairs instead of comment tokens. unblocks #14696.