Skip to content

Variables not detected when followed by end of collection or dictionary #9

Closed
@fflaten

Description

@fflaten

Variables ($b below) followed by either a right paranthese or right curly brace are not detected

image

Suggestion:

  1. Trim ), } and ] here

  2. Or update regex from \S+ to valid char sets defined here in the last two groups ($scope:variable and $variable):
    Lu - UppercaseLetter
    Ll - LowercaseLetter
    Lt - TitlecaseLetter
    Lm - ModifierLetter
    Lo - OtherLetter
    Nd - DecimalDigitNumber

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