renpy/vscode-language-renpy

Missing colors for group & attribute in a layered image

kiirdonel opened this issue · 3 comments

Extension version

2.2.2

Issue description

When making a layered image, "attribute" receives no color and "group" only receives a color when given a variant.
Screenshot 2024-06-19 135027

Scope inspector screenshots

The functioning "group":
Screenshot 2024-06-19 135112
The non-functioning "group":
Screenshot 2024-06-19 135129
The non-functioning "attribute":
Screenshot 2024-06-19 135137

Code

layeredimage dave:

    group arms variant "casual":
        attribute neutral default

    group clothes:
        attribute casual default

Thanks for the report! It seems group has not been handled in the syntax highlighter files. We'll have to add it.

(Can't promise when it will be done though)

No problem, thank you for taking a look! :)

Fixed with #432