Skip to content

Releases: wisn/zed-ada-language

v0.3.0

22 Nov 15:29
v0.3.0
9786150
Compare
Choose a tag to compare

Language Server Support Revamp

There is no need for the user to install the language server manually.
It will be downloaded and installed automatically.

Grammar Revamp

We are now using @briot's grammar directly instead of forking it.

Also, the syntax highlighting for boolean is now improved.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 Aug 22:06
v0.2.0
da98102
Compare
Choose a tag to compare

Ada Language Server Support

This extension now support ALS (Ada Language Server) provided by AdaCore.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

09 Aug 20:07
v0.1.1
6da9bb4
Compare
Choose a tag to compare

Syntax Highlighting Fixes

This patch is to fix the syntax highlighting issue in the initial release.
The tree-sitter queries were copy-pasted from the Neovim text editor extension in which the style definitions used are different.
I have added some of the queries based on the test provided in the wisn/tree-sitter-ada repository.
This project is still far from complete since many definitions might not be covered just yet.
However, at least it is able to highlight syntax correctly for most of the cases.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Jul 17:57
v0.1.0
ef0f786
Compare
Choose a tag to compare