Skip to content

swiftAttributes detected incorrectly. #146

@jandamm

Description

@jandamm

This is working:

init(t: type, f: @escaping () -> String)

@escaping is completely highlighted as swiftAttributes.

This is not working:

init(t: Type, f: @escaping () -> String)

@ is highlighted as swiftAttributes, escaping is highlighted as swiftInterpolatedString

(Same goes for functions instead of inits)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions