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

wrong / broken indent detection #45

Closed Morgy93 closed 5 years ago

Morgy93 commented 5 years ago

Hello,

I came across some weird error:

image

This is from the vscode settings.json

{
  "editor.renderWhitespace": "boundary",
  "editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
}

This is due to the * in the editor.wordSeparators setting. If I remove the * it works:

image

oderwat commented 5 years ago

I will remove the error detection soon.