-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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
Labels
help wantedExtra attention is neededExtra attention is needed