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

feat: match quote at the start of a line #67

Merged

Conversation

stevenxxiu
Copy link
Contributor

@stevenxxiu stevenxxiu commented Jan 6, 2024

Checklist

  • Used only camelCase variable names.
  • If functionality is added or modified, also made respective changes to the readme.
  • Used conventional commits keywords.

This allows matching the lines:

"abc"
"abc" 123
'abc'
'abc' 123
`abc`
`abc` 123

@chrisgrieser chrisgrieser merged commit 709ca29 into chrisgrieser:main Jan 6, 2024
3 of 4 checks passed
@chrisgrieser
Copy link
Owner

Good call, haven't thought of that edge case

@stevenxxiu stevenxxiu deleted the feat/quote-at-start-of-line branch January 6, 2024 12:43
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.

2 participants