renpy / vscode-language-renpy

Ren'Py extension for Visual Studio Code
Other
106 stars 22 forks source link

Wrong float highlight when having digits both before and after the dot #363

Closed Gouvernathor closed 3 months ago

Gouvernathor commented 1 year ago

image The 0.0 is part of the default gui.rpy. Notice how the part after the dot gets red iff there's no part before the dot. Also, when there's no part before the dot, the dot is orange instead of white for some reason, while they should probably be all white or all orange.

duckdoom4 commented 1 year ago

Ah yes, those use a slightly different syntax pattern. Thanks for the report :)

duckdoom4 commented 3 months ago

I think this one's fixed image