-
Notifications
You must be signed in to change notification settings - Fork 84
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
Allow escaped characters in css selectors #289
base: master
Are you sure you want to change the base?
Conversation
This doesn't works as expected (or I messed up copying n pasting your code 😴). Now it matches pseudo-classes/elements like |
Hello, sorry for long time inactive. |
@canvasplay Thank you for working on this! Would it be possible to add an escape for |
Hi @brochington, if you don't mind, let's see first if @dziku86 want to merge this ;) |
Any news on accepting this @dziku86? |
Alright! What the thumbs up really means? Are there any inconvenience on merging this PR? I think this is a good addition to the plugin and several people will benefit from it. |
@canvasplay I don't have write access to merge pull requests 😕. |
so @zignd, any chances to merge this? some people are interested on this addition. |
Fixes autocomplete for css selectors with escaped characters as described here #288.
Currently only supporting the following escaped characters:
\/
,\@
,\:
Fixes #288