UserNobody14 / tree-sitter-dart

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

Fix #11: Fix regex for identifier_dollar_escaped #14

Closed theHamsta closed 4 years ago

theHamsta commented 4 years ago

Original one only matches the first character of the identifier. Dollar escaping works as expected.

TimWhiting commented 4 years ago

Looks good to me.