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

Interpolation brace style #454

Open
Open
@blaumeise20

Description

@blaumeise20

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.

Bildschirmfoto 2022-04-22 um 15 34 19

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:
Bildschirmfoto 2022-04-22 um 15 36 34

Actual behavior:

The braces have string color which looks weird.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions