Releases: gdamore/tree-sitter-d
Releases · gdamore/tree-sitter-d
Version 0.8.2
Version 0.8.1
This just updates our tree-sitter version to 0.23.0.
v0.8.0
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
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.