gdamore / tree-sitter-d

D Grammar for Tree Sitter
MIT License
41 stars 7 forks source link

Support Interpolated Expression Sequences added in DMD 2.108.0 #27

Closed nordlow closed 3 months ago

nordlow commented 7 months ago

See https://dlang.org/changelog/2.108.0.html#dmd.ies.

gdamore commented 3 months ago

Initial support is available in main now. Merged with 726aba0a9f8ba82285440caf561f3a42347ccf64 (version 0.6.0.)

No queries support this yet, but at least the grammar tree will be correct. You can detect this by an expression nested inside a string literal.

nordlow commented 3 months ago

Great!

gdamore commented 3 months ago

And now I've confirmed that Zed (with a PR that has to be merged) and Nova.app (using an updated extension I just posted) do the reasonable thing with these, including nice highlighting.

Other editors will need updated queries of course.

I'm closing this for now.