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

Configurable file types #22

Closed keeganwitt closed 4 years ago

keeganwitt commented 4 years ago

It'd be cool if you could specify what file types the plugin should work on, the way you can in the VS Code plugin. I like to have things like Python and YAML highlighted, but not other types.

dima74 commented 4 years ago

@keeganwitt thanks for the suggestion! Please try out this plugin build: indent-rainbow-1.6-dev.zip, where I added an option to choose specific file types plugin should work on. You can use this pattern: *.py; *.yaml

keeganwitt commented 4 years ago

Thanks for this! I tried it out and it seems to be working as expected.

dima74 commented 4 years ago

Version 1.6 was published to plugin marketplace, thanks for your feedback!