### Describe the Bug Words inside braces have wrong highlighting. They are different from same words outside braces. ### Steps to Reproduce Write in vscode and see highlighting. ``` <div>word</div> {true && <div>word</div>} ```