Skip to content

Bad color for in-procedure 'end_' prefix variables #10

@alexvgrey

Description

@alexvgrey

Good day to Creators,

I use your extension in VSCodium. May that issue add more perfection in your work.
I noticed what if in procedure, in the name of variable i use prefix 'end_', your highlighting algorithm make error.

Example:

DEFINE VARIABLE begin_date AS date NO-UNDO.
DEFINE VARIABLE end_date   AS date NO-UNDO.

PROCEDURE abc:
    ASSIGN begin_date = DATE(9,1,2019)
           end_date   = DATE(9,3,2019).
           
END.

RUN abc.

RETURN.

scrsht-20191003-115854

Thanks for your work and sorry for bad english.

Aleksander

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