Skip to content

C lang: type definitions aren't highlighted #31

Open
@igor-gorohovsky

Description

Example code:

typedef unsigned long ULong;

enum Color {
    RED = 1,
    GREEN,
    BLUE
};

struct Point {
    int x;
    int y;
};

union DataValue {
    int iVal;
    float fVal;
    char cVal;
};

Actual:

Image

Expected:

Image

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