chriscamicas / vscode-abl

An extension for VS Code which provides support for the Progress OpenEdge ABL language. https://marketplace.visualstudio.com/items?itemName=chriscamicas.openedge-abl
MIT License
50 stars 37 forks source link

Version 1.3.0 broke Syntax highlighting #88

Open scatirau opened 8 months ago

scatirau commented 8 months ago

"no" highlighted in variable "cono" table names highlighting in some part of the code and on the next line it is not (it shouldn't be highlighted anywhere) many key words that should be highlighted (like form, with, frame, label, etc) are on and off all over the code. This issue was introduced with version 1.3.0

chriscamicas commented 8 months ago

@peterjudgeza could you take a look? Please 🙏

gquerret commented 8 months ago

@scatirau Could you send a screenshot ?

scatirau commented 8 months ago

@scatirau Could you send a screenshot ?

image

scatirau commented 8 months ago

another screenshot image

scatirau commented 8 months ago

image

scatirau commented 8 months ago

Comments are also wonky image

PeterJudgeZA commented 8 months ago

What's wonky about the comment? The single line comment has been legal ABL for some time now (back to 11.6 maybe?).

scatirau commented 8 months ago

I mean that one comment is white and the other is green (normal)