UserNobody14 / tree-sitter-dart

Attempt to make a tree-sitter grammar for dart
MIT License
59 stars 36 forks source link

Comments handled incorrectly #15

Closed theniceboy closed 2 years ago

theniceboy commented 3 years ago
return Column(
  children: [
    Container(), //
    Container(),
  ],
);

The second container will be recognized as a comment which is incorrect.

UserNobody14 commented 2 years ago

This issue should be fixed on the latest version! image