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

Bracket Pair Colorization for YAML is not working properly #140505

Closed
Aira-Sakuranomiya opened this issue Jan 11, 2022 · 1 comment
Closed

Bracket Pair Colorization for YAML is not working properly #140505

Aira-Sakuranomiya opened this issue Jan 11, 2022 · 1 comment
Assignees

Comments

@Aira-Sakuranomiya
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.63.2
  • OS Version: Windows 10 21H2 19044.1415

Steps to Reproduce:

  1. Turn on Bracket Pair Colorization
  2. Open a YAML file with regular expressions

The colorization will appear for a very short time then be covered by YAML syntax highlight color

Reproduce Video:
https://youtu.be/9T6oyRgLFrw

@hediet
Copy link
Member

hediet commented Jan 12, 2022

This is by design. Brackets in strings are not highlighted.
The flickering is because bracket pair colorization is faster than tokenization.

@hediet hediet closed this as completed Jan 12, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Feb 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants