oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indent-rainbow for a particular language only

ManavShah24604 opened this issue · comments

I want to use this extension for only python.
I don't want to use it for any other language on VS-code.
How can I do this ?

From the documentation:

  // For which languages indent-rainbow should be activated (if empty it means all).
  "indentRainbow.includedLanguages": [] // for example ["nim", "nims", "python"]