Skip to content
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

Add auto-pairs to scheme language support #9232

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

gamma-delta
Copy link
Contributor

Currently, typing a single quote in a .scm file "helpfully" auto- completes a closing quote. This is because there is no auto-pairs section in the languages.toml. This commit adds that.

Currently, typing a single quote in a `.scm` file "helpfully" auto-
completes a closing quote. This is because there is no auto-pairs
section in the languages.toml. This commit adds that.
Copy link
Member

@dead10ck dead10ck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine to me, though someone with more experience in the lisps might want to check too.

@zetashift
Copy link
Contributor

Steel user here, LGTM as well! Thank you for this 🎉

@the-mikedavis the-mikedavis merged commit 7e389b6 into helix-editor:master Jan 4, 2024
6 checks passed
@the-mikedavis the-mikedavis added the A-language-support Area: Support for programming/text languages label Jan 4, 2024
@gamma-delta
Copy link
Contributor Author

Wooh! I use Helix pretty much every day so it's nice that I could contribute. \[^.^]/

woojiq pushed a commit to woojiq/helix that referenced this pull request Jan 13, 2024
Currently, typing a single quote in a `.scm` file "helpfully" auto-
completes a closing quote. This is because there is no auto-pairs
section in the languages.toml. This commit adds that.
dgkf pushed a commit to dgkf/helix that referenced this pull request Jan 30, 2024
Currently, typing a single quote in a `.scm` file "helpfully" auto-
completes a closing quote. This is because there is no auto-pairs
section in the languages.toml. This commit adds that.
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
Currently, typing a single quote in a `.scm` file "helpfully" auto-
completes a closing quote. This is because there is no auto-pairs
section in the languages.toml. This commit adds that.
Vulpesx pushed a commit to Vulpesx/helix that referenced this pull request Jun 7, 2024
Currently, typing a single quote in a `.scm` file "helpfully" auto-
completes a closing quote. This is because there is no auto-pairs
section in the languages.toml. This commit adds that.
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
Currently, typing a single quote in a `.scm` file "helpfully" auto-
completes a closing quote. This is because there is no auto-pairs
section in the languages.toml. This commit adds that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants