oderwat / vscode-indent-rainbow

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

ignoreLinePatterns doesnt work #60

Closed ctf0 closed 4 years ago

ctf0 commented 5 years ago

am not sure if am doing something wrong but here are the current config

"indentRainbow.ignoreLinePatterns": [
        "/[ \t]* [*]/g",
        "/[ \t]*[#]/g",
        "/[ \t]+[/]{2}/g",
    ],

and the result test 1 test 2