dima74 / intellij-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
https://plugins.jetbrains.com/plugin/13308-indent-rainbow/
GNU General Public License v3.0
64 stars 13 forks source link

How to disable rainbow indent for django template language ? #52

Open p0lygun opened 2 years ago

p0lygun commented 2 years ago

image

image

dima74 commented 2 years ago

Hi @p0lygun! Please try DjangoTemplate

p0lygun commented 2 years ago

ok lemme check one sec

p0lygun commented 2 years ago

Nope!!, still highlighting image

dima74 commented 2 years ago

Oh, I see you want to disable the indent rainbow entirely for the Django files. Currently, we only have the option to enable rainbow in specific files, not the opposite. So if you e.g. know beforehand the set of files you work with (e.g. JavaScript, HTML, CSS etc), you can try to specify all those in Enable only in these files field (in format *.js; *.html; *.css), therefore in other files including Django rainbow will be disabled