This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
Description
I am comming from the VS Code repository, and I have some problems with syntax highlighting. When writing this code:
<?php
$example = "example";
$somevar = "{$example}_{$example}";
echo $somevar;
Most things are highlighted correctly, but the {} symbols don't look right.

Steps to Reproduce
Copy the above code snippet into an editor using this repository's syntax for highlighting.
Expected behavior:
The braces should be blue like in most other languages.
Example JavaScript:

Actual behavior:
The braces have string color which looks weird.