Skip to content

Commit 15b55f2

Browse files
committed
Update docs
1 parent cc8d324 commit 15b55f2

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,12 @@ and [Cucumber Monaco](https://github.com/cucumber/monaco#readme).
1414
- [x] PHP
1515
- [x] Ruby
1616
- [ ] [JavaScript](https://github.com/cucumber/language-service/issues/42)
17-
- [x] Formatting / pretty printing
18-
- [x] Handle parse errors
17+
- [ ] [Python](https://github.com/cucumber/language-service/issues/49)
18+
- [x] Go to step definition
19+
- [x] Generate step definition
1920
- [x] Code completion
2021
- [x] Steps
2122
- [ ] Generic Gherkin keywords
22-
- [x] Syntax validation
23-
- [x] Parse errors
24-
- [x] Undefined steps
25-
- [ ] Ambiguous steps
26-
- [x] Ignore Scenario Outline steps
27-
- [x] [Semantic tokens](https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#textDocument_semanticTokens) (syntax highlighting)
28-
- [x] Gherkin keywords
29-
- [x] Gherkin step parameters
30-
- [x] DocStrings
31-
- [x] Data tables
32-
- [x] Tags
33-
- [x] Scenario Outline step <placeholders>
34-
- [x] Examples tables headers
23+
- [x] Formatting / pretty printing
24+
- [x] Syntax highlighting
25+
- [x] Syntax validation (underline undefined steps)

0 commit comments

Comments
 (0)