UserNobody14 / tree-sitter-dart

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

Additional highlight fixes #70

Closed matthewnitschke closed 6 months ago

matthewnitschke commented 6 months ago

There were a few additional highlights.scm changes that were made here which I wanted to update in the upstream

Most updates smaller, type adjustments, but there's specifically some bigger cleanup around property selection and noting the differences between properties and methods with the cascade notation

TimWhiting commented 6 months ago

Looks good, thanks!