Skip to content

Releases: gdamore/tree-sitter-d

Version 0.8.2

22 Sep 00:48
Compare
Choose a tag to compare

This just has GitHub workflow / dependency fixes.

Version 0.8.1

22 Sep 00:21
Compare
Choose a tag to compare

This just updates our tree-sitter version to 0.23.0.

v0.8.0

22 Sep 00:15
Compare
Choose a tag to compare

Relative to 0.4.0, this has many fixes and improvements. It updates support to D 2.108.

Support for named parameters is provided.
Support for interpolated strings is provided.
In call expressions, function names are now highlighted as function names.

Nesting comments are only supported 5 levels deep. If you need more than that, please help us understand why.
(We recommend not using nesting comments in regular code comments -- instead they should only be used when
commenting out code.)

Full Changelog: v0.7.0...v0.8.0

v0.4.0 release

23 Mar 18:32
Compare
Choose a tag to compare

This release updates the parser to D 2.105.

It also fixes some queries, adds tests, and adds more bindings.

This requires tree-sitter v0.22.2 or newer.