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

Escape character breaking css intellisense #171

Open
jess-mann opened this issue Sep 13, 2020 · 3 comments
Open

Escape character breaking css intellisense #171

jess-mann opened this issue Sep 13, 2020 · 3 comments
Labels

Comments

@jess-mann
Copy link

.\+pd-all-lg {
	padding: 64px!important;
}
.\+pd-all-md {
	padding: 32px!important;
}
.\+pd-all-sm {
	padding: 7.999px!important;
}
.\+pd-all-none {
	padding: 0!important;
}

Extension not able to do class completion when classes contain escape character.

@ecmel ecmel closed this as completed Dec 4, 2020
@enyo
Copy link

enyo commented Feb 25, 2024

@ecmel Maybe there is a regression, because I'm not able to get autocomplete working for escaped classes (e.g.: .\@foo { } or .\+bar { })

@ecmel ecmel reopened this Feb 28, 2024
@ecmel ecmel added the bug label Feb 28, 2024
@enyo
Copy link

enyo commented Mar 5, 2024

@ecmel let me know if you need more input.

@ecmel
Copy link
Owner

ecmel commented Mar 5, 2024

@enyo Thank you for asking, just need to find some time to fix this. I moved to a simple parser for css- need to update the regex to account for escape chars. Pull requests are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants