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

Syntax highlighting parenthesis in strings #287

Closed
caub opened this issue Oct 13, 2016 · 1 comment
Closed

Syntax highlighting parenthesis in strings #287

caub opened this issue Oct 13, 2016 · 1 comment

Comments

@caub
Copy link

caub commented Oct 13, 2016

image

for (let e of el.querySelectorAll('[style*="foo("]')){
}
// or
for (let e of el.querySelectorAll("[style*='foo(']")){
}
// or
for (let e of el.querySelectorAll(`[style*="foo("]`)){
}

ST3 Build 3126

@zertosh
Copy link
Member

zertosh commented Nov 28, 2016

Sorry- same issue as #253. Tracking in #293.

@zertosh zertosh closed this as completed Nov 28, 2016
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

No branches or pull requests

2 participants