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

Structs inside other structs not highlighted properly #76

@MatejLach

Description

@MatejLach

It seems that known types, (structs) are not being highlighted when used as a type in another struct:

struct_types

In this example, I would expect the String of BString, Vec<Bencode> of BList and BTreeMap<BString, Bencode> of BDict to be highlighted, since they are all known types.

In the Bencode struct, BInt, BString, BList and BDict are also all known types and I would expect them to be highlighted but they're not.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions