IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
47 stars 25 forks source link

The reserved word "NOT" in Cobol #328

Closed TheBigFalcon closed 1 year ago

TheBigFalcon commented 1 year ago

Problem Description

Detailed steps for reproducing the problem:

Hi, The reserved word "NOT" in Cobol is not in same color as the rest of the reserved words

image
FALLAI-Denis commented 1 year ago

Hi,

"not" is declared as an "operator", not a "keyword" or a "reserved word".

image

image

Same as other operators:

image

Color rendering depends on the active theme. Example with the "Tomorrow Night Blue" theme:

image

For me it's not a bug, but may be an inappropriate textmate category choice.

Still in my opinion, the problem is rather on the categorization of identifiers, which should have the category "variable.cobol" and not "meta.symbol.cobol":

image

image

image

phaumer commented 1 year ago

Fixed in Z Open Editor v3.2.0