UserNobody14 / tree-sitter-dart

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

String interpolation not highlighted correctly #13

Closed theniceboy closed 3 years ago

theniceboy commented 3 years ago

Code like

print("$value");

Is not highlighted correctly. value should be seen as a variable.

akinsho commented 3 years ago

@theniceboy I think this is a duplicate of #11 where I raised a similar issue. I had a look at the code but couldn't figure out how this was happening. @UserNobody14 if you could provide something insight maybe I could look into it

theniceboy commented 3 years ago

Yeah you’re right it is a dup. Sorry about that!