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 curly bracket to JS provider for use in React. #371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bilherron
Copy link

This PR partially addresses #287 by updating the regex that matches for JS(X)/TS(X) files.

The regex uses a non-capturing group (?: to match an optional opening curly bracket before a single or double quote to trigger auto-completion. Matches the following:

className="...
className='...
className={"...
className={'...
class="...
class='...
class={"...
class={'...

vain0x added a commit to vain0x/HTML-CSS-Class-Completion that referenced this pull request Sep 4, 2022
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.

1 participant