apjanke / vscode-octave-hacking

VS Code extension for GNU Octave programming
https://marketplace.visualstudio.com/items?itemName=apjanke.octave-hacking
MIT License
11 stars 3 forks source link

Inconsistent for/if coloring #24

Open apjanke opened 2 years ago

apjanke commented 2 years ago

In 0.2.13, when you have nested for and if blocks, their coloring is inconsistent.

image image

Looks like the outermost one is always red, and the inner nested ones are blue. They should all be blue.

And what's this? Eww.

image