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.

Thanks for your work and sorry for bad english.
Aleksander
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:
Thanks for your work and sorry for bad english.
Aleksander