Skip to content

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