Comment by stevehine
6 years ago
VS Code / Visual Studio both have a 'rainbow indent' extension which colours the indented space rather than the highlighted code. But it relies on the code being formatted correctly; rather than anything semantic in the language. It's still useful !
And the numerous rainbow bracket extensions for various editors, which color brackets and parentheses differently depending on nesting level.