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

Is this extension compatible with single/double quote characters? #38

Open
mkanet opened this issue Oct 26, 2020 · 3 comments
Open

Is this extension compatible with single/double quote characters? #38

mkanet opened this issue Oct 26, 2020 · 3 comments

Comments

@mkanet
Copy link

mkanet commented Oct 26, 2020

I would like for VS Code to highlight single and double quote characters just like Sublime Text. I tried to add the below settings; however, it didn't seem to work.

"subtleBarckets.pairs" : [
  {
    "open": """,
    "close": """
  },
 {
    "open": "'",
    "close": "'"
  }
]
@gilescope
Copy link

gilescope commented Jan 28, 2021

Typo:
subtleBarckets versus
subtleBrackets

Also probably you need to escape the double quote "\""

@gilescope
Copy link

gilescope commented Jan 28, 2021

Ah open and closing pairs need to be unique so I don't think you can do this. I would suggest that < and > are added in by default though maybe that's a bit weird for html but it sure makes sense in rust!

So I think the answer to this question is not at the moment. Move to close?

@mkanet
Copy link
Author

mkanet commented Jan 29, 2021

Thanks for your answer. I'll go ahead and close this issue.

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