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

(fix: #215) Update Matched Pairs #231

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

thecoolwinter
Copy link
Collaborator

Description

  • Add quotes (double and single) to the list of auto-filled strings.
  • Remove < > from list. Only in languages like HTML should these be paired, otherwise when writing more common logic using the greater than character it's odd to have the less than operator automatically added. In the future that character pair should only apply if the language is HTML.

Related Issues

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

Copy link
Member

@tom-ludwig tom-ludwig left a comment

Choose a reason for hiding this comment

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

Glad the feature is working!

@thecoolwinter thecoolwinter merged commit 704b76d into CodeEditApp:main Feb 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Match quotes
3 participants