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

Different indent size in one file #36

Open xsjcTony opened 2 years ago

xsjcTony commented 2 years ago

Thanks for the plugin, but I have a problem with vue SFC file. image In the code above, I have 4 spaces for <template> and <style>, but 2 spaces for <script> tag, but the color still changes per 4 spaces in <script> tag. The plugin is working good in .js file with 2 spaces indent size, but not in the file that with different indent size in different sections.