-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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(languages): rescript #1616
feat(languages): rescript #1616
Conversation
Are you proficient enough to add textobject queries? Should be a fairly easy add. You're also missing a line ending in the languages.toml. |
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.
Change .inner
and .outer
to .inside
and .around
, respectively, as those are the capture names helix expects.
You'll also need to rerun xtask to pick up the textobject support in the language support table. |
Almost there! Sorry to be nagging, but it's "around" instead of "outside". I'm working on a screencast walkthrough of how these queries work, I regret that it wasn't ready to give to you up front and make this easier on you. |
No worries, I totally missed that it was supposed to be |
LGTM |
Hey there,
This PR adds support for the rescript language!