dart-lang / dart-syntax-highlight

Tools and documentation for how Dart code is formatted
BSD 3-Clause "New" or "Revised" License
22 stars 11 forks source link

Include opening `$` in identifier interpolation scope #54

Closed parlough closed 11 months ago

parlough commented 11 months ago

I'm migrating to use TextMate grammars on dart.dev and docs.flutter.dev, but found that while I can highlight the punctuation of expression interpolation with string.interpolated.expression, the same didn't work for identifier interpolation.

\cc @DanTup

parlough commented 11 months ago

Thanks! I bumped the version and added the changelog entry :)

I don't have commit access in this repository, so please merge whenever ready :)

DanTup commented 11 months ago

Done, thanks!