vscoq icon indicating copy to clipboard operation
vscoq copied to clipboard

Bad interaction with bracket colorization: keywords are colorized inside identifiers

Open julesjacobs opened this issue 3 years ago • 1 comments

When bracket colorization is turned on ("editor.bracketPairColorization.enabled": true), the match and end keywords are colored inside identifiers. This behaviour does not happen in e.g. Ruby where begin ... end is used to delimit blocks.

image

julesjacobs avatar Sep 08 '21 07:09 julesjacobs

Seems to be related to a new feature in VSCode: colorized brackets. Made a pull request that I think solves the issue.

swils avatar Sep 08 '21 12:09 swils