tomi / vscode-rf-language-server

VSCode extension to support Robot Framework development
MIT License
53 stars 36 forks source link

Comments are not Formatted Inside For Loop #82

Open Deep-Adhikary opened 4 years ago

Deep-Adhikary commented 4 years ago

Describe the bug Inside FOR loop '#' does not graying out the line as previous version

To Reproduce Steps to reproduce the behavior:

  1. Open VS Code
  2. Create a test.robot file
  3. Write FOR ${abc} IN @{test}

    Some Comment

    END

Expected behavior Comment should be grayed out

Screenshots

image

Environment (please complete the following information):