jimasp / behave-vsc

A vscode extension that provides a test runner/debugger and navigation for Python behave tests
https://marketplace.visualstudio.com/items?itemName=jimasp.behave-vsc
Other
15 stars 3 forks source link

Triple-quoted strings are marked as comments in the gherkin grammar file #50

Open WorldEnd-Formatting opened 1 month ago

WorldEnd-Formatting commented 1 month ago

Triple quoted strings are used to pass additional data to steps. They should be marked as a type of string (string.quoted.triple maybe), not a comment, so that e.g. they can be styled to have a different color than actual comments (which start with a #)

jimasp commented 5 days ago

I will add this to list for v0.7.0 and keep issue open until that release.