Skip to content

Annotations with qualifier and braces are not handled. #42

@Animeshz

Description

@Animeshz

Looking at the sources,

match: '@(?:file|property|field|get|set|receiver|param|setparam|delegate)\s*:\s*?[a-zA-Z_]\w*'

begin: '@[a-zA-Z_]\w*\s*(\()'

match: '@[a-zA-Z_]\w*'

Neither of them seem to handle annotations used such as:

@set:Option(option = "verbose", description = "Sets verbosity of output.")

i.e. ones which are prefixed with the qualifier (@qualifier:).

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions