UserNobody14 / tree-sitter-dart

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

Get null question mark for fields #44

Closed joshpetit closed 1 year ago

joshpetit commented 1 year ago

Wouldn't be possible to add support for some identifier for null fields? Types such as "String?" Don't include the question mark in the parsing.

TimWhiting commented 1 year ago

I'll take a look at this soon.

TimWhiting commented 1 year ago

It should be directly after type_identifiers in the latest commit.

joshpetit commented 1 year ago

Same day delivery woww tytyvm