oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
406 stars 53 forks source link

YAML vs yaml indentation? #164

Open ldeveber opened 11 months ago

ldeveber commented 11 months ago

Hello! I was unable to get YAML to indent without declaring it twice? Is this how its supposed to work? It won't work if I list one or the other, only both?

  "indentRainbow.includedLanguages": ["yaml", "YAML"],